From a3f5e648345e074e8229aa9152b328be4ee4d0c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:06:24 +0000 Subject: [PATCH] chore(deps): update rust crate windows to 0.62 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79bd917b6..03e492ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ windows-core = "0.61" dunce = "1" [target."cfg(target_os = \"windows\")".dependencies.windows] -version = "0.61" +version = "0.62" features = [ "Win32_Foundation", "Win32_Graphics_Gdi",