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 6a9b40ee5fdb..3ac5a0d7fbc6 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -121,7 +121,7 @@ objc2-app-kit = { version = "0.2", default-features = false, 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]