|
@@ -25,7 +25,7 @@ tempfile = "3"
|
|
|
either = "1.6.1"
|
|
|
tar = "0.4"
|
|
|
flate2 = "1.0"
|
|
|
-thiserror = "1.0.23"
|
|
|
+thiserror = "1.0.24"
|
|
|
rand = "0.8"
|
|
|
rfd = "0.2.1"
|
|
|
tinyfiledialogs = "3.3"
|
|
@@ -35,7 +35,7 @@ http = "0.2"
|
|
|
tauri-utils = { version = "0.5", path = "../tauri-utils" }
|
|
|
clap = { version = "=3.0.0-beta.2", optional = true }
|
|
|
notify-rust = { version = "4.2.2", optional = true }
|
|
|
-once_cell = "1.5.2"
|
|
|
+once_cell = "1.6.0"
|
|
|
tauri-hotkey = { git = "https://github.com/tauri-apps/tauri-hotkey-rs", branch = "dev", optional = true }
|
|
|
|
|
|
[dev-dependencies]
|