build(deps): update rust crate windows to 0.43.0
This commit is contained in:
parent
3d972d65c2
commit
c3cd499a30
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue