From 90ec8bde6ff5e2f9257daeb3b9803b5c23cbfa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:06:25 +0000 Subject: [PATCH] build(deps): update windows-sys requirement from 0.60.2 to 0.61.2 --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d866e24..61709e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ x11rb = { version = "0.13.0", features = [ ], optional = true } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.60.2" +version = "0.61.2" features = [ "Win32_Graphics_Gdi", "Win32_UI_Shell",