From f3ed66233cfcc486c70c89f9ab59f542280fb9fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 03:06:26 +0000 Subject: [PATCH] fix(deps): update rust crate windows-core to 0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a88c564d2..6012734ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ softbuffer = "0.4" parking_lot = "0.12" unicode-segmentation = "1.11" windows-version = "0.1" -windows-core = "0.57" +windows-core = "0.58" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.57"