From a33a5ca24e1ad542f9442205a711c01e8dd7885d Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Fri, 31 May 2024 11:38:56 -0400 Subject: [PATCH] build: Update `curl-sys` Update `curl-sys` to the latest version to avoid crashing on macOS Sonoma. Ref #1802 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cfac9a3f7..f8af01b0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,9 +576,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.59+curl-7.86.0" +version = "0.4.72+curl-8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407" +checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" dependencies = [ "cc", "libc", @@ -586,7 +586,7 @@ dependencies = [ "openssl-sys", "pkg-config", "vcpkg", - "winapi 0.3.9", + "windows-sys 0.52.0", ] [[package]]