Skip to content

Commit ef5d1d2

Browse files
committed
Auto merge of #9920 - ehuss:revert-curl-sys, r=alexcrichton
Temporarily revert curl-sys update. This reverts curl-sys to the previously working version, with the intent to get nightly working again until 7.79.1 is published next week. Fixes #9919
2 parents 33ee5f8 + 637ee66 commit ef5d1d2

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 @@ cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
2626
crates-io = { path = "crates/crates-io", version = "0.33.0" }
2727
crossbeam-utils = "0.8"
2828
curl = { version = "0.4.38", features = ["http2"] }
29-
curl-sys = "0.4.47"
29+
curl-sys = "0.4.45"
3030
env_logger = "0.9.0"
3131
pretty_env_logger = { version = "0.4", optional = true }
3232
anyhow = "1.0"

0 commit comments

Comments
 (0)