chore(deps): bump windows from 0.42.0 to 0.43.0

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

---
updated-dependencies:
- dependency-name: windows
  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]
2022-10-31 14:14:41 +00:00
committed by جاد
parent ca86418e3c
commit 438bfc86ff
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -1496,9 +1496,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.42.0"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0286ba339aa753e70765d521bb0242cc48e1194562bfa2a2ad7ac8a6de28f5d5"
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",

View File

@@ -15,7 +15,7 @@ strum = { version = "0.24", features = ["derive"] }
schemars = "0.8"
[dependencies.windows]
version = "0.42"
version = "0.43"
features = [
"Win32_Foundation",
]

View File

@@ -43,7 +43,7 @@ winput = "0.2"
winreg = "0.10"
[dependencies.windows]
version = "0.42"
version = "0.43"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",

View File

@@ -29,7 +29,7 @@ sysinfo = "0.26"
uds_windows = "1"
[dependencies.windows]
version = "0.42"
version = "0.43"
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging"