Browse Source

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

Lucas Fernandes Nogueira 3 years ago
parent
commit
71a553b715
3 changed files with 9 additions and 3 deletions
  1. 6 0
      .changes/update-wry-0.16.2.md
  2. 2 2
      core/tauri-runtime-wry/Cargo.toml
  3. 1 1
      core/tauri/Cargo.toml

+ 6 - 0
.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.

+ 2 - 2
core/tauri-runtime-wry/Cargo.toml

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

+ 1 - 1
core/tauri/Cargo.toml

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