diff --git a/Cargo.lock b/Cargo.lock index 9d8fd10b..1d07bc4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a8276ee0..99e17ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",