Update curl-sys to bring in curl 8.5.0

This commit is contained in:
Eric Huss 2023-12-09 15:58:23 -08:00
parent 66ad359b40
commit 4e17e02cb9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -745,9 +745,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.68+curl-8.4.0"
version = "0.4.70+curl-8.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
dependencies = [
"cc",
"libc",

View file

@ -37,7 +37,7 @@ core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.39.0", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.68"
curl-sys = "0.4.70"
filetime = "0.2.22"
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
git2 = "0.18.1"