build(deps): update rust crate windows to 0.54.0

This commit is contained in:
renovate[bot] 2024-02-27 22:26:48 +00:00 committed by GitHub
parent f505ceb757
commit 3727754c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -2908,7 +2908,7 @@ dependencies = [
"urlencoding",
"versions",
"which",
"windows 0.53.0",
"windows 0.54.0",
"winres",
"yaml-rust",
]
@ -3513,11 +3513,11 @@ dependencies = [
[[package]]
name = "windows"
version = "0.53.0"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538"
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
dependencies = [
"windows-core 0.53.0",
"windows-core 0.54.0",
"windows-targets 0.52.3",
]
@ -3532,9 +3532,9 @@ dependencies = [
[[package]]
name = "windows-core"
version = "0.53.0"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd"
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
dependencies = [
"windows-result",
"windows-targets 0.52.3",

View File

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