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