Skip to content

Commit d986288

Browse files
committed
Auto merge of #10696 - ehuss:update-curl, r=epage
Update libcurl This updates to the latest libcurl. Changes in curl: * 0.4.42: https://github.com/alexcrichton/curl-rust/releases/tag/0.4.42 * 0.4.43: https://github.com/alexcrichton/curl-rust/releases/tag/0.4.43 Changes in libcurl: * From 7.80.0 to 7.83.1: https://curl.se/changes.html There were several security issues addressed recently (https://curl.se/docs/security.html), however, I don't think any of them are particularly concerning for us.
2 parents 9bc91ff + 1bfb897 commit d986288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.3" }
2323
crates-io = { path = "crates/crates-io", version = "0.34.0" }
2424
crossbeam-utils = "0.8"
25-
curl = { version = "0.4.41", features = ["http2"] }
26-
curl-sys = "0.4.50"
25+
curl = { version = "0.4.43", features = ["http2"] }
26+
curl-sys = "0.4.55"
2727
env_logger = "0.9.0"
2828
pretty_env_logger = { version = "0.4", optional = true }
2929
anyhow = "1.0"

0 commit comments

Comments
 (0)