mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
chore(deps): update wry to 0.16.2, webkit2gtk to 0.18.0 (#4099)
This commit is contained in:
parent
c8e0e5b97d
commit
71a553b715
6
.changes/update-wry-0.16.2.md
Normal file
6
.changes/update-wry-0.16.2.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"tauri": patch
|
||||||
|
"tauri-runtime-wry": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update wry to 0.16.2 and webkit2gtk to 0.18.0.
|
@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[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-runtime = { version = "0.5.0", path = "../tauri-runtime" }
|
||||||
tauri-utils = { version = "1.0.0-rc.6", path = "../tauri-utils" }
|
tauri-utils = { version = "1.0.0-rc.6", path = "../tauri-utils" }
|
||||||
uuid = { version = "1", features = [ "v4" ] }
|
uuid = { version = "1", features = [ "v4" ] }
|
||||||
@ -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]
|
[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" ] }
|
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"
|
percent-encoding = "2.1"
|
||||||
|
|
||||||
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
|
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
|
||||||
|
@ -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]
|
[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" ] }
|
gtk = { version = "0.15", features = [ "v3_20" ] }
|
||||||
glib = "0.15"
|
glib = "0.15"
|
||||||
webkit2gtk = { version = "0.17", features = [ "v2_22" ] }
|
webkit2gtk = { version = "0.18", features = [ "v2_22" ] }
|
||||||
|
|
||||||
[target."cfg(target_os = \"macos\")".dependencies]
|
[target."cfg(target_os = \"macos\")".dependencies]
|
||||||
embed_plist = "1.2"
|
embed_plist = "1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user