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 14:15:29 +00:00 committed by Taiki Endo
parent 900b00c061
commit 914aa48d67
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ libc = "0.2.77"
wepoll-ffi = { version = "0.1.2", features = ["null-overlapped-wakeups-patch"] }
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.42"
version = "0.45"
features = [
"Win32_System_IO",
"Win32_Foundation"