Skip to content

Commit 0a59a76

Browse files
committed
Auto merge of #7464 - alexcrichton:update-curl-sys, r=ehuss
Update `curl-sys` dependency requirement Pulls in alexcrichton/curl-rust#304 which fixes a bug from the last curl update in #7308. This bug was not introduced by the Cargo PR itself but rather by updating the `curl` submodule in the `curl-sys` crate. Without this bugfix all downloads of a crate will make a new connection to crates.io, which drastically increases download time since setting up a connection takes so long.
2 parents 7b07aa4 + 35bcbde commit 0a59a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ crates-io = { path = "crates/crates-io", version = "0.29" }
2626
crossbeam-utils = "0.6"
2727
crypto-hash = "0.3.1"
2828
curl = { version = "0.4.23", features = ["http2"] }
29-
curl-sys = "0.4.21"
29+
curl-sys = "0.4.22"
3030
env_logger = "0.7.0"
3131
pretty_env_logger = { version = "0.3", optional = true }
3232
failure = "0.1.5"

0 commit comments

Comments
 (0)