From c572f0b3b65a0b1349beb73f4eea66745d6ba2ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:09:19 +0000 Subject: [PATCH] fix(deps): update rust crate webview2-com to 0.34 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 0d56bc54c6..c9875d26a1 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -214,7 +214,7 @@ windows-sys = { version = "0.59", features = [ "Win32_System_SystemInformation", ] } windows-core = "0.58.0" -webview2-com = "0.33" +webview2-com = "0.34" [features] default = ["custom-protocol", "default-meta"]