Skip to content

Commit

Permalink
Auto merge of #11755 - rust-lang:revert-11749-update-curl, r=weihanglo
Browse files Browse the repository at this point in the history
Revert "Update curl-sys to use libcurl 7.88.1"

Reverts #11749 due to a pipewait issue, see #11746
  • Loading branch information
bors committed Feb 22, 2023
2 parents f3de2de + 43a27cb commit 7ddcf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
clap = "4.1.3"
crates-io = { path = "crates/crates-io", version = "0.35.1" }
curl = { version = "0.4.44", features = ["http2"] }
curl-sys = "0.4.60"
curl-sys = "0.4.59"
env_logger = "0.10.0"
filetime = "0.2.9"
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
Expand Down

0 comments on commit 7ddcf0f

Please sign in to comment.