Skip to content

Commit b04c369

Browse files
committed
Update curl crate
1 parent 7b3e8fb commit b04c369

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/download/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustls-backend = ["hyper", "env_proxy", "rustls", "lazy_static", "ca-loader"]
1717
[dependencies]
1818
error-chain = "0.7.1"
1919
url = "1.1"
20-
curl = { version = "0.4", optional = true }
20+
curl = { version = "0.4.6", optional = true }
2121
lazy_static = { version = "0.2", optional = true }
2222
native-tls = { version = "0.1", optional = true }
2323

0 commit comments

Comments
 (0)