Skip to content

Commit

Permalink
Auto merge of #10040 - ehuss:update-curl, r=alexcrichton
Browse files Browse the repository at this point in the history
Update curl.

Update curl to bring in the fixes for OpenSSL 3 support.

Fixes #10013
  • Loading branch information
bors committed Nov 5, 2021
2 parents e3f2953 + 84283f0 commit b4ab730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
crates-io = { path = "crates/crates-io", version = "0.33.0" }
crossbeam-utils = "0.8"
curl = { version = "0.4.39", features = ["http2"] }
curl-sys = "0.4.49"
curl = { version = "0.4.40", features = ["http2"] }
curl-sys = "0.4.50"
env_logger = "0.9.0"
pretty_env_logger = { version = "0.4", optional = true }
anyhow = "1.0"
Expand Down

0 comments on commit b4ab730

Please sign in to comment.