build(deps): bump windows-sys from 0.59.0 to 0.60.2 in the deps group

Bumps the deps group with 1 update: [windows-sys](https://github.com/microsoft/windows-rs).


Updates `windows-sys` from 0.59.0 to 0.60.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.60.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-14 01:55:18 +00:00 committed by GitHub
parent 616521a163
commit 197b789085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -27,7 +27,7 @@ tracing = ["dep:tracing"]
cli-logging = ["tracing", "dep:tracing-subscriber"]
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.59.0", features = [
windows-sys = { version = "0.60.2", features = [
"Win32_System_Threading",
"Win32_System_SystemInformation",
"Win32_Foundation",