Skip to content

Commit

Permalink
Update curl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 8, 2017
1 parent 7b3e8fb commit b04c369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 src/download/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ rustls-backend = ["hyper", "env_proxy", "rustls", "lazy_static", "ca-loader"]
[dependencies]
error-chain = "0.7.1"
url = "1.1"
curl = { version = "0.4", optional = true }
curl = { version = "0.4.6", optional = true }
lazy_static = { version = "0.2", optional = true }
native-tls = { version = "0.1", optional = true }

Expand Down

0 comments on commit b04c369

Please sign in to comment.