From 7b2dff0c8830d28077e71cf9a1821d6eca334b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:13:43 +0000 Subject: [PATCH] build(deps): update windows-sys requirement from 0.52.0 to 0.60.1 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.1 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 551da98f..66c0a30d 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -70,7 +70,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.1", features = [ "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_System_Console",