From 078ff6919be617cd6491be69659d0a6990f1ae8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:07:43 +0000 Subject: [PATCH] Update Rust crate windows-core to ^0.61.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53d82c9..a40de62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ windows = { version = "^0.60.0", features = [ "Win32_System_Ole", "Win32_System_Variant" ] } -windows-core = "^0.60.0" +windows-core = "^0.61.0" windows-bindgen = "^0.60.0"