|
@@ -25,16 +25,16 @@ tempfile = "3"
|
|
|
either = "1.6.1"
|
|
|
tar = "0.4"
|
|
|
flate2 = "1"
|
|
|
-anyhow = "1.0.37"
|
|
|
+anyhow = "1.0.38"
|
|
|
thiserror = "1.0.23"
|
|
|
rand = "0.8"
|
|
|
nfd = "0.0.4"
|
|
|
tauri-dialog = "0.1.0"
|
|
|
-attohttpc = { version = "0.16.0", features = [ "json", "form" ] }
|
|
|
+attohttpc = { version = "0.16.1", features = [ "json", "form" ] }
|
|
|
http = "0.2"
|
|
|
tauri-utils = { version = "0.5", path = "../tauri-utils" }
|
|
|
clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }
|
|
|
-notify-rust = { version = "4.0.0", optional = true }
|
|
|
+notify-rust = { version = "4.2.2", optional = true }
|
|
|
once_cell = "1.5.2"
|
|
|
|
|
|
[dev-dependencies]
|