Skip to content

Commit a092469

Browse files
committed
Auto merge of #13147 - ehuss:update-curl, r=epage
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
2 parents 66ad359 + 4e17e02 commit a092469

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.4", 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.68"
40+
curl-sys = "0.4.70"
4141
filetime = "0.2.22"
4242
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
4343
git2 = "0.18.1"

0 commit comments

Comments
 (0)