Skip to content

Commit b4ab730

Browse files
committed
Auto merge of #10040 - ehuss:update-curl, r=alexcrichton
Update curl. Update curl to bring in the fixes for OpenSSL 3 support. Fixes #10013
2 parents e3f2953 + 84283f0 commit b4ab730

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
@@ -22,8 +22,8 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
2222
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
2323
crates-io = { path = "crates/crates-io", version = "0.33.0" }
2424
crossbeam-utils = "0.8"
25-
curl = { version = "0.4.39", features = ["http2"] }
26-
curl-sys = "0.4.49"
25+
curl = { version = "0.4.40", features = ["http2"] }
26+
curl-sys = "0.4.50"
2727
env_logger = "0.9.0"
2828
pretty_env_logger = { version = "0.4", optional = true }
2929
anyhow = "1.0"

0 commit comments

Comments
 (0)