Skip to content

Commit e48bc21

Browse files
committed
Auto merge of #11749 - ehuss:update-curl, r=weihanglo
Update curl-sys to use libcurl 7.88.1 This updates curl-sys to update the vendored curl from 7.86.0 to 7.88.1. The changelog is at https://curl.se/changes.html.
2 parents ddfe87f + a616356 commit e48bc21

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.59"
27+
curl-sys = "0.4.60"
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)