From 84eabfa7463a3b52b1a2455ed55f8e87520d4059 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 9 Feb 2025 11:48:06 -0800 Subject: [PATCH] Update curl from 8.9.0 to 8.12.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce4e6a06b7c..b28bcedd38d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index baa81833e0e..72147c9a089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"