Skip to content

Commit 53ea285

Browse files
committed
Auto merge of #9809 - ehuss:bump-curl, r=Eh2406
Bump curl. This updates to the latest version of curl (7.78). 7.77 which is used in rust-lang/rust had an issue where it was failing in Windows 8. I have confirmed that 7.78 works correctly. Fixes #9788
2 parents b64c96b + 7f1c80e commit 53ea285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
2525
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
2626
crates-io = { path = "crates/crates-io", version = "0.33.0" }
2727
crossbeam-utils = "0.8"
28-
curl = { version = "0.4.23", features = ["http2"] }
29-
curl-sys = "0.4.22"
28+
curl = { version = "0.4.38", features = ["http2"] }
29+
curl-sys = "0.4.45"
3030
env_logger = "0.9.0"
3131
pretty_env_logger = { version = "0.4", optional = true }
3232
anyhow = "1.0"

0 commit comments

Comments
 (0)