From 151323d594c5abe458d6bf454bc83f94a6d039e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:31:02 +0000 Subject: [PATCH] build(deps): update windows-sys requirement from 0.52.0 to 0.60.2 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/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.60.2 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 0ec4082e..f1f2ae68 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -66,7 +66,7 @@ cgroups-rs.workspace = true [target.'cfg(windows)'.dependencies] mio = { version = "1.0", features = ["os-ext", "os-poll"] } -windows-sys = { version = "0.52.0", features = [ +windows-sys = { version = "0.60.2", features = [ "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Console",