From a1a52c86540defe041a4328b0edd9114a23df7b7 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 9 Feb 2024 07:31:11 +0900 Subject: [PATCH] Update windows-sys to 0.52 --- Cargo.toml | 2 +- curl-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e7033299..f80c3a27b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl-probe = { version = "0.1.2", optional = true } [target.'cfg(target_env = "msvc")'.dependencies] schannel = "0.1.13" -windows-sys = { version = "0.48", features = ["Win32_System_LibraryLoader", "Win32_Security_Cryptography"] } +windows-sys = { version = "0.52", features = ["Win32_System_LibraryLoader", "Win32_Security_Cryptography"] } [dev-dependencies] mio = "0.6" diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 0ba586279..dc444fbc4 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -33,7 +33,7 @@ features = ["no_log_capture"] openssl-sys = { version = "0.9.64", optional = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.48", features = ["Win32_Networking_WinSock"] } +windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] } [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"