Bump windows-sys from 0.48.0 to 0.52.0

Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.48.0 to 0.52.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.52.0)

---
updated-dependencies:
- dependency-name: windows-sys
  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] 2024-07-25 10:29:39 +00:00 committed by GitHub
parent 6446f26283
commit eac51e9181
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

@ -3369,7 +3369,7 @@ dependencies = [
"tempfile", "tempfile",
"thiserror", "thiserror",
"typetag", "typetag",
"windows-sys 0.48.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]

View File

@ -179,7 +179,7 @@ v_htmlescape = "0.15.0"
wax = "0.6" wax = "0.6"
which = "6.0.0" which = "6.0.0"
windows = "0.54" windows = "0.54"
windows-sys = "0.48" windows-sys = "0.52"
winreg = "0.52" winreg = "0.52"
[dependencies] [dependencies]