From 66e1dccf66b1495b7b3d9e93554f7536cb7caacc Mon Sep 17 00:00:00 2001 From: David Tenty Date: Thu, 26 Sep 2024 13:18:12 -0400 Subject: [PATCH] Update lockfile curl-sys The current version of curl has a couple of CVEs reported against it: CVE-2024-8096 CVE-2024-7264 so update it to a fixed version. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9808c806884..41eefd32cf37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,9 +835,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.74+curl-8.9.0" +version = "0.4.76+curl-8.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf" +checksum = "00462dbe9cbb9344e1b2be34d9094d74e3b8aac59a883495b335eafd02e25120" dependencies = [ "cc", "libc",