Skip to content

Commit bdd367f

Browse files
committed
Auto merge of #12218 - ehuss:update-curl, r=weihanglo
Update curl-sys This is a routine update for libcurl. Changelog: * https://curl.se/changes.html#8_1_0 * https://curl.se/changes.html#8_1_1 * https://curl.se/changes.html#8_1_2
2 parents 1548f3b + 1400076 commit bdd367f

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
@@ -26,7 +26,7 @@ core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
2626
crates-io = { version = "0.36.1", path = "crates/crates-io" }
2727
criterion = { version = "0.3.5", features = ["html_reports"] }
2828
curl = "0.4.44"
29-
curl-sys = "0.4.61"
29+
curl-sys = "0.4.63"
3030
env_logger = "0.10.0"
3131
filetime = "0.2.9"
3232
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)