From 9d360e19f8c29e34f339e8e107f33a70f69bdce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:06:19 +0000 Subject: [PATCH] Bump windows-sys from 0.52.0 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.61.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8ca085b5..ebcaeb1e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4635,7 +4635,7 @@ dependencies = [ "vulnreach_types", "walkdir", "winapi", - "windows-sys 0.52.0", + "windows-sys 0.61.2", "wiremock", "zip", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8f0dfd30b..9893d1dcc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -89,7 +89,7 @@ birdcage = { version = "0.8.1" } [target.'cfg(windows)'.dependencies] # HACK: The Win32_Security feature is required by deno_io, but their crate didn't enable it -windows-sys = { version = "0.52.0", features = ["Win32_Security"] } +windows-sys = { version = "0.61.2", features = ["Win32_Security"] } # HACK: The sysinfoapi feature is required by deno_node, but their crate didn't enable it winapi = { version = "0.3.9", features = ["sysinfoapi"] }