Skip to content

Commit

Permalink
chore(deps): update rust crate webview2-com to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent d2c8f0e commit d775fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d775fff

Please sign in to comment.