Skip to content

Commit

Permalink
Auto merge of #12400 - ehuss:update-curl, r=epage
Browse files Browse the repository at this point in the history
Update curl-sys to pull in curl 8.2.0

This is a routine update to curl-sys 0.4.64, updating curl from 8.1.2 to 8.2.0.
Changelog: https://curl.se/changes.html#8_2_0
  • Loading branch information
bors committed Jul 25, 2023
2 parents e2fbcd9 + 9a5ed74 commit c33b132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.38.0", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.63"
curl-sys = "0.4.64"
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 c33b132

Please sign in to comment.