From c79e33c8c5f7051082fc5d3f34d8801b04051dcd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 17 Jan 2025 15:14:06 +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 3a180bc43f4e..745d95789bdb 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 be30705c0bf1..6dfce25fdde2 100644
--- a/crates/tauri/Cargo.toml
+++ b/crates/tauri/Cargo.toml
@@ -116,7 +116,7 @@ objc2-app-kit = { version = "0.2", features = [
 window-vibrancy = "0.5"
 
 [target."cfg(windows)".dependencies]
-webview2-com = "0.34"
+webview2-com = "0.35"
 window-vibrancy = "0.5"
 
 [target."cfg(windows)".dependencies.windows]