From e1436aa9715d8f8f34b5631e73862a9313614990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:06:35 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.60.2 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 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 | 12 ++++++------ Cargo.toml | 2 +- crates/hangar-fs/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 177fba1..4b4ada0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,7 +1271,7 @@ version = "0.1.1" dependencies = [ "serde", "serde_json", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1283,7 +1283,7 @@ dependencies = [ "serde", "serde_json", "url", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1312,7 +1312,7 @@ dependencies = [ "serde_json", "tempfile", "toml_edit 0.22.27", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1352,7 +1352,7 @@ dependencies = [ "serde_json", "tempfile", "thiserror 2.0.18", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1373,7 +1373,7 @@ dependencies = [ "hangar-protect", "tempfile", "walkdir", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1456,7 +1456,7 @@ name = "hangar-security" version = "0.1.1" dependencies = [ "hangar-core", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7af4c4e..9869dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,4 +46,4 @@ tauri-plugin-dialog = "2" tempfile = "3" thiserror = "2" walkdir = "2" -windows-sys = "0.60" +windows-sys = "0.61" diff --git a/crates/hangar-fs/Cargo.toml b/crates/hangar-fs/Cargo.toml index 5089ff8..c705da2 100644 --- a/crates/hangar-fs/Cargo.toml +++ b/crates/hangar-fs/Cargo.toml @@ -14,7 +14,7 @@ agent_automation = [] hangar-core = { path = "../hangar-core" } hangar-protect = { path = "../hangar-protect" } walkdir.workspace = true -windows-sys = { version = "0.60", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] } +windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] } [dev-dependencies] tempfile.workspace = true