Update windows-sys requirement from 0.36.1 to 0.42.0

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.36.1...0.42.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] 2022-09-28 07:07:41 +00:00 committed by GitHub
parent 8dd498bcd4
commit 2c6d936762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ version = "1.0.52"
version = "1" version = "1"
[target.'cfg(windows)'.dev-dependencies.windows-sys] [target.'cfg(windows)'.dev-dependencies.windows-sys]
version = "0.36.1" version = "0.42.0"
features = ["Win32_System_Com"] features = ["Win32_System_Com"]
[workspace] [workspace]