Skip to content

Commit

Permalink
chore(deps): update wry to 0.16.2, webkit2gtk to 0.18.0 (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 10, 2022
1 parent c8e0e5b commit 71a553b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/update-wry-0.16.2.md
@@ -0,0 +1,6 @@
---
"tauri": patch
"tauri-runtime-wry": patch
---

Update wry to 0.16.2 and webkit2gtk to 0.18.0.
4 changes: 2 additions & 2 deletions core/tauri-runtime-wry/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
readme = "README.md"

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

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

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Expand Up @@ -97,7 +97,7 @@ ico = { version = "0.1", optional = true }
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
gtk = { version = "0.15", features = [ "v3_20" ] }
glib = "0.15"
webkit2gtk = { version = "0.17", features = [ "v2_22" ] }
webkit2gtk = { version = "0.18", features = [ "v2_22" ] }

[target."cfg(target_os = \"macos\")".dependencies]
embed_plist = "1.2"
Expand Down

0 comments on commit 71a553b

Please sign in to comment.