From 9f22ad356d41212658c8d7a5749835de8756ef41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 10:30:23 +0000 Subject: [PATCH] chore(deps): bump windows-sys from 0.59.0 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.59.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 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e7b330..87fa525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ "ulid", "url", "walkdir", - "windows-sys 0.59.0", + "windows-sys 0.61.2", "zip", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index fd5644a..794b9c2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ zip = { version = "2.2.0", default-features = false, features = ["deflate"] } tempfile = "3.12.0" [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.59.0", features = [ +windows-sys = { version = "0.61.2", features = [ "Win32_Foundation", "Win32_Security_Cryptography", "Win32_System_Memory"