Skip to content

Commit

Permalink
chore(deps): update rust crate webview2-com to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent b69527b commit 2f79b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing = { version = "0.1", optional = true }
arboard = { version = "3", optional = true }

[target."cfg(windows)".dependencies]
webview2-com = "0.19.1"
webview2-com = "0.35.0"

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand = "0.8"
url = { version = "2" }

[target."cfg(windows)".dependencies]
webview2-com = "0.19.1"
webview2-com = "0.35.0"

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ objc = "0.2" # Do not update without consensus

[target."cfg(windows)".dependencies]
dunce = "1"
webview2-com = "0.19.1" # Do not update without consensus
webview2-com = "0.35.0" # Do not update without consensus
win7-notifications = { version = "0.4", optional = true }

[target."cfg(windows)".dependencies.windows]
Expand Down

0 comments on commit 2f79b25

Please sign in to comment.