From 847dfa377c5f8abee004a7c1af2f921f877b881e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:36:01 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.48.0 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.48.0 to 0.61.2. - [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.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/reprodeck-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 838b657..b2fedfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,7 +3265,7 @@ dependencies = [ "uuid", "wait-timeout", "walkdir", - "windows-sys 0.48.0", + "windows-sys 0.61.2", "zip", ] diff --git a/crates/reprodeck-core/Cargo.toml b/crates/reprodeck-core/Cargo.toml index fe59e5b..b8c998f 100644 --- a/crates/reprodeck-core/Cargo.toml +++ b/crates/reprodeck-core/Cargo.toml @@ -41,7 +41,7 @@ zip = { version = "8.6", default-features = false, features = ["deflate"] } wait-timeout = "0.2" directories = "5" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_JobObjects", "Win32_Security", "Win32_System_Pipes", "Win32_System_Console"] } +windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_JobObjects", "Win32_Security", "Win32_System_Pipes", "Win32_System_Console"] } [target.'cfg(unix)'.dependencies] libc = "0.2"