From 1653793b84ec67c09534a53c24c406bfa42f7f6e Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 27 Apr 2026 13:34:04 +0200 Subject: [PATCH] bump windows-sys dependency to 0.61.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8c5cc3..c3cda61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ mach2 = "0.4" libc = "0.2" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.52" +version = "0.61.2" features = [ "Win32_Foundation", "Win32_System_LibraryLoader",