From 68990abe016c9b9ccde27dd0091df638faa89af3 Mon Sep 17 00:00:00 2001 From: Peter Johnston Date: Fri, 18 Mar 2022 10:44:09 -0400 Subject: [PATCH] Update windows-sys to v0.34.0 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 254e4523..a0b5961e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2.95" redox_syscall = "0.2.8" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.33.0", features = [ +windows-sys = { version = "0.34.0", features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices",