diff --git a/Cargo.toml b/Cargo.toml index 6057833..6a3ab46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ slab = "0.4.2" tracing = { version = "0.1.37", default-features = false } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] } +windows-sys = { version = "0.52.0", features = ["Win32_Foundation"] } [dev-dependencies] async-channel = "2.0.0"