Skip to content

Commit 2fc3243

Browse files
author
Eduard Miller
committed
download: Add socks support for reqwest-backend
1 parent 94362b5 commit 2fc3243

File tree

2 files changed

+90
-10
lines changed

2 files changed

+90
-10
lines changed

Cargo.lock

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

download/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ url = "2.1"
2020
curl = { version = "0.4.11", optional = true }
2121
env_proxy = { version = "0.4.1", optional = true }
2222
lazy_static = { version = "1.0", optional = true }
23-
reqwest = { version = "0.10", features = ["blocking", "gzip"], optional = true }
23+
reqwest = { version = "0.10", features = ["blocking", "gzip", "socks"], optional = true }
2424

2525
[dev-dependencies]
2626
hyper = { version = "0.13", default-features = false, features = ["tcp"] }

0 commit comments

Comments
 (0)