Skip to content

Commit

Permalink
Auto merge of #11749 - ehuss:update-curl, r=weihanglo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Feb 21, 2023
2 parents ddfe87f + a616356 commit e48bc21
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.59"
curl-sys = "0.4.60"
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 e48bc21

Please sign in to comment.