Skip to content

Commit 50d9f9c

Browse files
committed
Auto merge of #12808 - ehuss:update-curl, r=weihanglo
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.
2 parents 71de58d + 51b5c4f commit 50d9f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
3737
crates-io = { version = "0.39.0", path = "crates/crates-io" }
3838
criterion = { version = "0.5.1", features = ["html_reports"] }
3939
curl = "0.4.44"
40-
curl-sys = "0.4.66"
40+
curl-sys = "0.4.68"
4141
filetime = "0.2.22"
4242
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
4343
git2 = "0.18.1"

0 commit comments

Comments
 (0)