diff --git a/Cargo.toml b/Cargo.toml index a0e5cc0..cf060fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ libc = "0.2" [target."cfg(windows)".dependencies] miow = "0.6" -windows-sys = { version = "0.60", features = ["Win32"] } +windows-sys = { version = "0.61", features = ["Win32"] } [features] tmp = ["tempfile"]