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]