diff --git a/Cargo.toml b/Cargo.toml index 3cd02d0..28f92db 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.52.0", features = ["Win32_Foundation"] } +windows-sys = { version = "0.59.0", features = ["Win32_Foundation"] } [dev-dependencies] async-channel = "2.0.0"