From 2f79b2585289859dd55d480b92742cb124fbd24b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:02:30 +0000 Subject: [PATCH] chore(deps): update rust crate webview2-com to 0.35.0 --- core/tauri-runtime-wry/Cargo.toml | 2 +- core/tauri-runtime/Cargo.toml | 2 +- core/tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index ec60bb321207..d81d0dfcb652 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -23,7 +23,7 @@ tracing = { version = "0.1", optional = true } arboard = { version = "3", optional = true } [target."cfg(windows)".dependencies] -webview2-com = "0.19.1" +webview2-com = "0.35.0" [target."cfg(windows)".dependencies.windows] version = "0.39.0" diff --git a/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index 73210e61319c..992111162945 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8" url = { version = "2" } [target."cfg(windows)".dependencies] -webview2-com = "0.19.1" +webview2-com = "0.35.0" [target."cfg(windows)".dependencies.windows] version = "0.39.0" diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 41b853d39606..294d4074d86b 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -121,7 +121,7 @@ objc = "0.2" # Do not update without consensus [target."cfg(windows)".dependencies] dunce = "1" -webview2-com = "0.19.1" # Do not update without consensus +webview2-com = "0.35.0" # Do not update without consensus win7-notifications = { version = "0.4", optional = true } [target."cfg(windows)".dependencies.windows]