Skip to content

Commit 71a553b

Browse files
authored
chore(deps): update wry to 0.16.2, webkit2gtk to 0.18.0 (#4099)
1 parent c8e0e5b commit 71a553b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changes/update-wry-0.16.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": patch
3+
"tauri-runtime-wry": patch
4+
---
5+
6+
Update wry to 0.16.2 and webkit2gtk to 0.18.0.

core/tauri-runtime-wry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
wry = { version = "0.16", default-features = false, features = [ "file-drop", "protocol" ] }
16+
wry = { version = "0.16.2", default-features = false, features = [ "file-drop", "protocol" ] }
1717
tauri-runtime = { version = "0.5.0", path = "../tauri-runtime" }
1818
tauri-utils = { version = "1.0.0-rc.6", path = "../tauri-utils" }
1919
uuid = { version = "1", features = [ "v4" ] }
@@ -28,7 +28,7 @@ webview2-com = "0.13.0"
2828

2929
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
3030
gtk = { version = "0.15", features = [ "v3_20" ] }
31-
webkit2gtk = { version = "0.17", features = [ "v2_22" ] }
31+
webkit2gtk = { version = "0.18", features = [ "v2_22" ] }
3232
percent-encoding = "2.1"
3333

3434
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ico = { version = "0.1", optional = true }
9797
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
9898
gtk = { version = "0.15", features = [ "v3_20" ] }
9999
glib = "0.15"
100-
webkit2gtk = { version = "0.17", features = [ "v2_22" ] }
100+
webkit2gtk = { version = "0.18", features = [ "v2_22" ] }
101101

102102
[target."cfg(target_os = \"macos\")".dependencies]
103103
embed_plist = "1.2"

0 commit comments

Comments
 (0)