From fde8c426d06d999959cc0d857ce978b7b3ac1888 Mon Sep 17 00:00:00 2001 From: Tomas Raies Date: Mon, 24 Feb 2025 16:52:47 -0800 Subject: [PATCH] Bump `windows-sys` to ver 0.59 --- Cargo.toml | 2 +- curl-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a6cb4f77..a3efedc3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ openssl-probe = { version = "0.1.2", optional = true } [target.'cfg(target_env = "msvc")'.dependencies] schannel = "0.1.13" -windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security_Cryptography"] } +windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security_Cryptography"] } [dev-dependencies] mio = "0.6" diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 487e00b08..4d3b91828 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -30,7 +30,7 @@ features = ["no_log_capture"] openssl-sys = { version = "0.9.64", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] } +windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] } [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"