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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-03 22:07:46 +00:00 committed by GitHub
parent 12a0cb04a2
commit 5bf208d438
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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]]

View file

@ -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",
] }