Skip to content

Commit 705dade

Browse files
chore(deps): update rust crate webview2-com to 0.37
1 parent 5c2b3b8 commit 705dade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-runtime-wry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tracing = { version = "0.1", optional = true }
3333
log = "0.4.21"
3434

3535
[target."cfg(windows)".dependencies]
36-
webview2-com = "0.36"
36+
webview2-com = "0.37"
3737
softbuffer = { version = "0.4", default-features = false }
3838
once_cell = "1.20"
3939

crates/tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ window-vibrancy = "0.6"
120120

121121
# windows
122122
[target."cfg(windows)".dependencies]
123-
webview2-com = { version = "0.36", optional = true }
123+
webview2-com = { version = "0.37", optional = true }
124124
window-vibrancy = "0.6"
125125
windows = { version = "0.60", features = [
126126
"Win32_Foundation",

0 commit comments

Comments
 (0)