瀏覽代碼

chore(deps): wry 0.12 (#2372)

* chore(deps): wry 0.12

* update tokio [skip ci]

* keep wry github [skip ci]
Lucas Fernandes Nogueira 4 年之前
父節點
當前提交
d7dd653026
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      core/tauri-runtime-wry/Cargo.toml
  2. 1 1
      core/tauri/Cargo.toml

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

@@ -12,8 +12,8 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-#wry = { version = "0.11", default-features = false, features = [ "file-drop", "protocol" ] }
-wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] }
+wry = { version = "0.12", default-features = false, features = [ "file-drop", "protocol" ] }
+# wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] }
 tauri-runtime = { version = "0.1.4", path = "../tauri-runtime" }
 tauri-utils = { version = "1.0.0-beta.2", path = "../tauri-utils" }
 uuid = { version = "0.8.2", features = [ "v4" ] }

+ 1 - 1
core/tauri/Cargo.toml

@@ -33,7 +33,7 @@ normal = [ "attohttpc" ]
 [dependencies]
 serde_json = { version = "1.0", features = [ "raw_value" ] }
 serde = { version = "1.0", features = [ "derive" ] }
-tokio = { version = "1.7", features = [ "rt", "rt-multi-thread", "sync", "fs" ] }
+tokio = { version = "1.9", features = [ "rt", "rt-multi-thread", "sync", "fs" ] }
 futures = "0.3"
 uuid = { version = "0.8", features = [ "v4" ] }
 url = { version = "2.2" }