From 778ccf168dc21a3f366355fa7226727a197494fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:38:21 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.60.2 to 0.61.0 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 to 0.61.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 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 40fc8c92f..7e57b3ba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,7 +441,7 @@ dependencies = [ "unicode-width 0.2.1", "uutils_term_grid", "uzers", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8962d78e1..628d50eb6 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.1", features = [ "Win32_System_Console", "Win32_Foundation", ] }