From 8502819ad7d589e8860df2c4697266623ef00bcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:37:12 +0000 Subject: [PATCH] chore(deps): update rust crate webview2-com to 0.37 --- 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 e0a437023967..713c1c922f09 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.36" +webview2-com = "0.37" softbuffer = { version = "0.4", default-features = false } once_cell = "1.20" diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index c561479ac826..92aedd8e5c7e 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -120,7 +120,7 @@ window-vibrancy = "0.6" # windows [target."cfg(windows)".dependencies] -webview2-com = { version = "0.36", optional = true } +webview2-com = { version = "0.37", optional = true } window-vibrancy = "0.6" windows = { version = "0.60", features = [ "Win32_Foundation",