From 89760b1f675658402e6299880c615c1dd00ddc80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:13:19 +0000 Subject: [PATCH] chore(deps): update rust crate windows-core to 0.62 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92dc494..1b72319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,5 +27,5 @@ windows = { version = "0.61", features = [ "Win32_System_Ole", "Win32_System_Variant", ] } -windows-core = "0.61" +windows-core = "0.62" windows-bindgen = "0.62"