diff --git a/Cargo.toml b/Cargo.toml index cdead90..02f2580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.63" rustix = { version = "0.38.0", features = ["termios"] } [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.48.0" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Console",