Skip to content

Commit

Permalink
Merge pull request #1819 from mgdm/update-env-proxy
Browse files Browse the repository at this point in the history
Update to env_proxy 0.3.1 to handle proxies on default ports
  • Loading branch information
kinnison authored Apr 29, 2019
2 parents 1cf31c1 + c7dbf65 commit 04e981b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -18,7 +18,7 @@ reqwest-backend = ["reqwest", "env_proxy", "lazy_static"]
error-chain = "0.12"
url = "1.7"
curl = { version = "0.4.11", optional = true }
env_proxy = { version = "0.3.0", optional = true }
env_proxy = { version = "0.3.1", optional = true }
lazy_static = { version = "1.0", optional = true }
reqwest = { version = "0.9.14", features = ["socks"], optional = true }

Expand Down

0 comments on commit 04e981b

Please sign in to comment.