Skip to content

Commit 810cbad

Browse files
committed
Auto merge of #11326 - ehuss:bump-curl, r=weihanglo
Update curl-sys This updates curl-sys which pulls in alexcrichton/curl-rust#472 which should fix the build errors with clang.
2 parents 67398ae + d3a208a commit 810cbad

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
@@ -22,7 +22,7 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
2222
cargo-util = { path = "crates/cargo-util", version = "0.2.1" }
2323
crates-io = { path = "crates/crates-io", version = "0.34.0" }
2424
curl = { version = "0.4.44", features = ["http2"] }
25-
curl-sys = "0.4.58"
25+
curl-sys = "0.4.59"
2626
env_logger = "0.9.0"
2727
pretty_env_logger = { version = "0.4", optional = true }
2828
anyhow = "1.0.47"

0 commit comments

Comments
 (0)