Skip to content

Commit

Permalink
update reqwest to 0.9.14, enable socks feature
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 9, 2019
1 parent f07e26f commit 6b07320
Showing 1 changed file with 1 addition and 1 deletion.
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 = "1.7"
curl = { version = "0.4.11", optional = true }
env_proxy = { version = "0.3.0", optional = true }
lazy_static = { version = "1.0", optional = true }
reqwest = { version = "0.9", optional = true }
reqwest = { version = "0.9.14", features = ["socks"], optional = true }

[dev-dependencies]
futures = "0.1"
Expand Down

0 comments on commit 6b07320

Please sign in to comment.