diff --git a/Cargo.toml b/Cargo.toml index b91815b..9db7a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" rustix = { version = "0.36.3", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.42.0" +version = "0.45.0" features = [ "Win32_Foundation", "Win32_System_Console",