From d2fbc9cbac818333c85bb6cf93571952da206b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:57:39 +0000 Subject: [PATCH] Bump windows from 0.61.1 to 0.61.3 Bumps [windows](https://github.com/microsoft/windows-rs) from 0.61.1 to 0.61.3. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows dependency-version: 0.61.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- payload-lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8970465..d8b7318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,9 +845,9 @@ checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "windows" -version = "0.61.1" +version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ "windows-collections", "windows-core", @@ -913,9 +913,9 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" [[package]] name = "windows-numerics" diff --git a/Cargo.toml b/Cargo.toml index 601cc31..9c5feec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ u16cstr = "0.4.0" widestring = "1.2.0" [dependencies.windows] -version = "0.61.1" +version = "0.61.3" features = [ "Win32_Foundation", "Win32_Security", diff --git a/payload-lib/Cargo.toml b/payload-lib/Cargo.toml index da6e442..f44f02a 100644 --- a/payload-lib/Cargo.toml +++ b/payload-lib/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.45.1", features = ["full"] } u16cstr = "0.4.0" [dependencies.windows] -version = "0.61.1" +version = "0.61.3" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging"