Skip to content

Commit

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

This is a routine update to update curl to 8.3.0

There was a minor security issue, but I do not think it is an issue for cargo.

Changelog: https://curl.se/changes.html#8_3_0
Summary: https://daniel.haxx.se/blog/2023/09/13/curl-8-3-0/
  • Loading branch information
bors committed Sep 20, 2023
2 parents d829727 + 7ada839 commit da73cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.3", 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.65"
curl-sys = "0.4.66"
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
fwdansi = "1.1.0"
Expand Down

0 comments on commit da73cc6

Please sign in to comment.