Skip to content

Commit

Permalink
Auto merge of #11871 - ehuss:update-curl-sys, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Mar 20, 2023
2 parents 16d0495 + 89b86b7 commit d0a73a5
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.4" }
clap = "4.1.3"
crates-io = { path = "crates/crates-io", version = "0.36.0" }
curl = { version = "0.4.44", features = ["http2"] }
curl-sys = "0.4.59"
curl-sys = "0.4.61"
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 d0a73a5

Please sign in to comment.