From f8fd4c258a497f2e155c1f1e7d7a4d620a9430b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:13:48 +0000 Subject: [PATCH] chore(deps): update rust crate windows-sys to 0.61.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c1d25a..6a7abd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tauri-utils = { version = "1" } [target.'cfg(windows)'.dependencies] interprocess = { version = "1.2", default-features = false } -windows-sys = { version = "0.52.0", features = [ +windows-sys = { version = "0.61.0", features = [ "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging",