Update windows-sys requirement from 0.42 to 0.45

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.42.0...0.45.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-23 02:29:46 +00:00 committed by Taiki Endo
parent e086897e53
commit e84c3fd53c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ default-features = false
blocking = "1.0.0"
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.42"
version = "0.45"
default-features = false
features = [
"Win32_Foundation",