From 455a444010ebd81590e86a95fd10ff4d4dd653da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:14:18 +0000 Subject: [PATCH] chore(deps): update rust crate webview2-com to 0.35 --- crates/tauri-runtime-wry/Cargo.toml | 2 +- crates/tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 2030326b6f53..e47c672f9203 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -33,7 +33,7 @@ tracing = { version = "0.1", optional = true } log = "0.4.21" [target."cfg(windows)".dependencies] -webview2-com = "0.34" +webview2-com = "0.35" softbuffer = { version = "0.4", default-features = false } [target."cfg(windows)".dependencies.windows] diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 412d12ba2819..89bbd90aca29 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -120,7 +120,7 @@ window-vibrancy = "0.5" # windows [target."cfg(windows)".dependencies] -webview2-com = "0.34" +webview2-com = "0.35" window-vibrancy = "0.5" windows = { version = "0.58", features = ["Win32_Foundation"] }