From b6136391e0d4c9614591d5880bef1bfd659c2a07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:29:51 +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 9843710a5b..15762a7885 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"