build(deps): update rust crate windows to 0.43.0

This commit is contained in:
renovate[bot] 2022-10-24 23:29:36 +00:00
parent 3d972d65c2
commit c3cd499a30
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2786,7 +2786,7 @@ dependencies = [
"urlencoding",
"versions",
"which",
"windows 0.42.0",
"windows 0.43.0",
"winres",
"yaml-rust",
]
@ -3420,9 +3420,9 @@ dependencies = [
[[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 0.42.0",
"windows_aarch64_msvc 0.42.0",

View File

@ -104,7 +104,7 @@ features = ["preserve_order", "indexmap"]
deelevate = "0.2.0"
[target.'cfg(windows)'.dependencies.windows]
version = "0.42.0"
version = "0.43.0"
features = [
"Win32_Foundation",
"Win32_UI_Shell",