Skip to content

Commit

Permalink
download: Add socks support for reqwest-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Miller committed Aug 31, 2020
1 parent 94362b5 commit 2fc3243
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 10 deletions.
98 changes: 89 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = "2.1"
curl = { version = "0.4.11", optional = true }
env_proxy = { version = "0.4.1", optional = true }
lazy_static = { version = "1.0", optional = true }
reqwest = { version = "0.10", features = ["blocking", "gzip"], optional = true }
reqwest = { version = "0.10", features = ["blocking", "gzip", "socks"], optional = true }

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

0 comments on commit 2fc3243

Please sign in to comment.