Skip to content

Commit 75057c7

Browse files
authored
chore(deps): update wry to 0.54 and webkit2gtk-rs to 2.0.2 (#14778)
1 parent 268bb33 commit 75057c7

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.changes/webkitgtk202.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
tauri-runtime-wry: patch:deps
3+
tauri-runtime: patch:deps
4+
tauri: patch:deps
5+
---
6+
7+
**Breaking Change** for `with_webview` users: Updated webkit2gtk-rs crates to `v2.0.2`.

.changes/wry-054.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
tauri-runtime-wry: patch:deps
3+
tauri: patch:deps
4+
---
5+
6+
Update wry to `v0.54`.

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-runtime-wry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition.workspace = true
1313
rust-version.workspace = true
1414

1515
[dependencies]
16-
wry = { version = "0.53.4", default-features = false, features = [
16+
wry = { version = "0.54.0", default-features = false, features = [
1717
"drag-drop",
1818
"protocol",
1919
"os-webview",

crates/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tray-icon = { version = "0.21", default-features = false, features = [
9797
# linux
9898
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
9999
gtk = { version = "0.18", features = ["v3_24"] }
100-
webkit2gtk = { version = "=2.0.1", features = ["v2_40"], optional = true }
100+
webkit2gtk = { version = "=2.0.2", features = ["v2_40"], optional = true }
101101

102102
# darwin
103103
[target.'cfg(target_vendor = "apple")'.dependencies]

0 commit comments

Comments
 (0)