Skip to content

Commit 1b3eb29

Browse files
committed
Auto merge of #12406 - ehuss:update-curl, r=epage
Update curl-sys to pull in curl 8.2.1 There were several regressions in 8.2.0. I'm not certain how much they affect cargo, but some of them look concerning. Changelog: https://curl.se/changes.html#8_2_1 Summary: https://daniel.haxx.se/blog/2023/07/26/curl-8-2-1/
2 parents 263d24b + d711c12 commit 1b3eb29

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
@@ -33,7 +33,7 @@ core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
3333
crates-io = { version = "0.38.0", path = "crates/crates-io" }
3434
criterion = { version = "0.5.1", features = ["html_reports"] }
3535
curl = "0.4.44"
36-
curl-sys = "0.4.64"
36+
curl-sys = "0.4.65"
3737
env_logger = "0.10.0"
3838
filetime = "0.2.9"
3939
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)