Skip to content

Commit

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

This is a routine update for curl.
The security issues don't appear to affect cargo.
https://daniel.haxx.se/blog/2023/12/06/curl-8-5-0/
Changelog: https://curl.se/changes.html#8_5_0
  • Loading branch information
bors committed Dec 10, 2023
2 parents 66ad359 + 4e17e02 commit a092469
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 @@ -37,7 +37,7 @@ core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.39.0", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.68"
curl-sys = "0.4.70"
filetime = "0.2.22"
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
git2 = "0.18.1"
Expand Down

0 comments on commit a092469

Please sign in to comment.