Weihang Lo 2025-02-09 22:42:00 +00:00 committed by GitHub
commit fcb79a5c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -845,9 +845,9 @@ dependencies = [
[[package]]
name = "curl-sys"
version = "0.4.74+curl-8.9.0"
version = "0.4.79+curl-8.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf"
checksum = "18a9bbeeb3996717ef1248018db20d1b0b5ba7165bff60e3b5135b4f4c2b37a5"
dependencies = [
"cc",
"libc",

View File

@ -44,7 +44,7 @@ core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.40.9", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.46"
curl-sys = "0.4.73"
curl-sys = "0.4.79"
filetime = "0.2.23"
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
git2 = "0.20.0"