chore(deps): update wry to 0.16.2, webkit2gtk to 0.18.0 (#4099)

This commit is contained in:
Lucas Fernandes Nogueira 2022-05-10 16:04:24 -07:00 committed by GitHub
parent c8e0e5b97d
commit 71a553b715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
"tauri": patch
"tauri-runtime-wry": patch
---
Update wry to 0.16.2 and webkit2gtk to 0.18.0.

View File

@ -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]

View File

@ -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"