Browse Source

chore(deps): update wry to 0.23

Lucas Nogueira 2 năm trước cách đây
mục cha
commit
fdcd77338c
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 5 0
      .changes/wry-0.23.md
  2. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 5 - 0
.changes/wry-0.23.md

@@ -0,0 +1,5 @@
+---
+"tauri-runtime-wry": patch
+---
+
+Update wry to 0.23.

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

@@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-wry = { version = "0.22.6", default-features = false, features = [ "file-drop", "protocol" ] }
+wry = { version = "0.23", default-features = false, features = [ "file-drop", "protocol" ] }
 tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" }
 tauri-utils = { version = "1.2.1", path = "../tauri-utils" }
 uuid = { version = "1", features = [ "v4" ] }