From 78ee7d9e25e7f493e2fed48bcd76af0a9afe6047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:03:08 +0000 Subject: [PATCH] build(deps): bump windows from 0.53.0 to 0.54.0 Bumps [windows](https://github.com/microsoft/windows-rs) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.53.0...0.54.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aacd1ad..cabf6ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,7 +1088,7 @@ dependencies = [ "tracing-subscriber", "url", "walkdir", - "windows 0.53.0", + "windows 0.54.0", ] [[package]] @@ -3080,11 +3080,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", ] @@ -3107,6 +3107,16 @@ dependencies = [ "windows-targets 0.52.3", ] +[[package]] +name = "windows-core" +version = "0.54.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" +dependencies = [ + "windows-result", + "windows-targets 0.52.3", +] + [[package]] name = "windows-result" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 2a8d78f..8b46a94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ gh-config = { version = "0.3.1", optional = true } octocrab = { version = "0.34.1", optional = true } [target.'cfg(windows)'.dependencies.windows] -version = "0.53.0" +version = "0.54.0" features = [ "Win32_UI_Shell", "Win32_Foundation",