From 0ab7013208e370478aad0b82b7287d8dd02b38cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:06:24 +0000 Subject: [PATCH] fix(deps): update rust crate windows-core to 0.57 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e50bd2b21..d46f4daba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ percent-encoding = "2.3" [target."cfg(target_os = \"windows\")".dependencies] webview2-com = "0.30" windows-version = "0.1" -windows-core = "0.56" +windows-core = "0.57" dunce = "1" [target."cfg(target_os = \"windows\")".dependencies.windows]