Skip to content

Commit 908b7d6

Browse files
committed
Opt-in SOCKS5 proxy support
1 parent d438a23 commit 908b7d6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ version = "0.8.5"
190190
[workspace.dependencies.reqwest]
191191
version = "0.12.8"
192192
default-features = false
193-
features = ["http2", "rustls-tls-manual-roots", "charset", "json"]
193+
features = ["http2", "rustls-tls-manual-roots", "charset", "json", "socks"]
194194

195195
# TLS stack
196196
[workspace.dependencies.rustls]

0 commit comments

Comments
 (0)