From b95f078ff6f12b319a9fa7f46b116e0245ba1210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:45:25 +0000 Subject: [PATCH] build(deps): update windows-sys requirement from 0.52.0 to 0.59.0 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.52.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index b6c0159a..73ad8dbb 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -76,7 +76,7 @@ command-fds = "0.3.0" [target.'cfg(windows)'.dependencies] mio = { version = "1.0", features = ["os-ext", "os-poll"] } os_pipe.workspace = true -windows-sys = { version = "0.52.0", features = [ +windows-sys = { version = "0.59.0", features = [ "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Console",