Skip to content

Commit

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

This updates curl-sys from 0.4.66 to 0.4.68 to pull in curl 8.4.0. This fixes two CVEs:

* CVE-2023-38546https://curl.se/docs/CVE-2023-38546.html
* CVE-2023-38545https://curl.se/docs/CVE-2023-38545.html

This also pulls in a change to fix compiling on macOS Sonoma.
  • Loading branch information
bors committed Oct 12, 2023
2 parents 71de58d + 51b5c4f commit 50d9f9c
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.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.66"
curl-sys = "0.4.68"
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
git2 = "0.18.1"
Expand Down

0 comments on commit 50d9f9c

Please sign in to comment.