Skip to content

Commit 7ddcf0f

Browse files
committed
Auto merge of #11755 - rust-lang:revert-11749-update-curl, r=weihanglo
Revert "Update curl-sys to use libcurl 7.88.1" Reverts #11749 due to a pipewait issue, see #11746
2 parents f3de2de + 43a27cb commit 7ddcf0f

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
@@ -24,7 +24,7 @@ cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
2424
clap = "4.1.3"
2525
crates-io = { path = "crates/crates-io", version = "0.35.1" }
2626
curl = { version = "0.4.44", features = ["http2"] }
27-
curl-sys = "0.4.60"
27+
curl-sys = "0.4.59"
2828
env_logger = "0.10.0"
2929
filetime = "0.2.9"
3030
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)