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"] }