From 0243d94431f84c3006c751daabf53dcf6e7099ca Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Fri, 13 Jun 2025 13:35:00 +0200 Subject: [PATCH] Update to windows-sys 0.60 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d2f087..31f8dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ slab = "0.4.2" tracing = { version = "0.1.37", default-features = false } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59.0", features = ["Win32_Foundation"] } +windows-sys = { version = "0.60.0", features = ["Win32_Foundation"] } [dev-dependencies] async-channel = "2.0.0"