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",