From 03dc9e84be7e5041ac2ce9528c61b3de2c84b201 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 20 Nov 2023 05:11:38 -0600 Subject: [PATCH] Update windows-sys to v0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8642bb4a..874d2440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ features = ["all"] libc = "0.2.150" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48" +version = "0.52" features = [ "Win32_Foundation", "Win32_Networking_WinSock",