Skip to content

Commit da73cc6

Browse files
committed
Auto merge of #12718 - ehuss:update-curl, r=epage
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/
2 parents d829727 + 7ada839 commit da73cc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.65"
40+
curl-sys = "0.4.66"
4141
filetime = "0.2.22"
4242
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
4343
fwdansi = "1.1.0"

0 commit comments

Comments
 (0)