Skip to content

Commit d0a73a5

Browse files
committed
Auto merge of #11871 - ehuss:update-curl-sys, r=weihanglo
Update curl-sys This updates curl-sys from 0.4.59 to 0.4.61. This corresponds to curl 7.86.0 to 8.0.1. Changelog: https://curl.se/changes.html Closes #11746
2 parents 16d0495 + 89b86b7 commit d0a73a5

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.4" }
2424
clap = "4.1.3"
2525
crates-io = { path = "crates/crates-io", version = "0.36.0" }
2626
curl = { version = "0.4.44", features = ["http2"] }
27-
curl-sys = "0.4.59"
27+
curl-sys = "0.4.61"
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)