浏览代码

chore(deps) Update Tauri Core (#3070)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 年之前
父节点
当前提交
e345e677ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/tauri/Cargo.toml

+ 2 - 2
core/tauri/Cargo.toml

@@ -39,7 +39,7 @@ futures = "0.3"
 uuid = { version = "0.8", features = [ "v4" ] }
 url = { version = "2.2" }
 thiserror = "1.0"
-once_cell = "1.8"
+once_cell = "1.9"
 tauri-runtime = { version = "0.2.1", path = "../tauri-runtime" }
 tauri-macros = { version = "1.0.0-beta.5", path = "../tauri-macros" }
 tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }
@@ -59,7 +59,7 @@ bincode = "1.3"
 dirs-next = "2.0"
 percent-encoding = "2.1"
 base64 = { version = "0.13", optional = true }
-clap = { version = "=3.0.0-rc.0", optional = true }
+clap = { version = "=3.0.0-rc.4", optional = true }
 notify-rust = { version = "4.5", optional = true }
 reqwest = { version = "0.11", features = [ "json", "multipart" ], optional = true }
 bytes = { version = "1", features = [ "serde" ], optional = true }