From 0877e81672dce48d6be3ae88c9cddd8b869da583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 03:03:48 +0000 Subject: [PATCH] build(deps): update rust crate windows to 0.61.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd3ea88d5..892da24f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ features = ["preserve_order", "indexmap2"] deelevate = "0.2.0" [target.'cfg(windows)'.dependencies.windows] -version = "0.61.0" +version = "0.61.1" features = [ "Win32_Foundation", "Win32_UI_Shell",