From 5bf208d438eb91168f6c8fe3f1e89797862169be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:07:46 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.60.2 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 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 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c247e3b..d0f5917c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,7 +441,7 @@ dependencies = [ "unicode-width 0.2.2", "uutils_term_grid", "uzers", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8962d78e..f843ea8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ proc-mounts = "0.3" uzers = "0.12.1" [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.60.2", features = [ +windows-sys = { version = "0.61.2", features = [ "Win32_System_Console", "Win32_Foundation", ] }