From 4490722ced97102ae44e325e79b8dd9370cc184a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:43:59 +0000 Subject: [PATCH] Update Rust crate windows-core to ^0.62.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f52e031..e32ef09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ windows = { version = "^0.60.0", features = [ "Win32_System_Ole", "Win32_System_Variant", ] } -windows-core = "^0.60.0" +windows-core = "^0.62.0" windows-bindgen = "^0.60.0"