From b573c203ebc7cd6eb607a17b5c0195091d843bda Mon Sep 17 00:00:00 2001 From: David Michael Barr Date: Tue, 12 Dec 2023 09:24:57 +0900 Subject: [PATCH] Update `windows-sys` to 0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",