diff --git a/Cargo.toml b/Cargo.toml index 8bd872e..08befa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ mio = { version = "0.8.0", features = ["net", "os-ext"], optional = true } libc = { version = "0.2.96", optional = true } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.36.0" +version = "0.42.0" optional = true features = [ "Win32_Foundation",