From a7c71e5d1a45017e3c1a1d2dc20766243076064c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 21 Jan 2023 10:22:30 +0900 Subject: [PATCH] Update windows-sys to 0.45 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5052a70a..dc037dcfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ log = "0.4.8" libc = "0.2.121" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.42" +version = "0.45" features = [ "Win32_Foundation", # Basic types eg HANDLE "Win32_Networking_WinSock", # winsock2 types/functions