|
@@ -19,7 +19,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
|
|
|
[dependencies]
|
|
|
tauri-utils = { version = "1.3.0", path = "../../core/tauri-utils", features = [ "resources" ] }
|
|
|
image = "0.24.6"
|
|
|
-libflate = "1.3"
|
|
|
+libflate = "1.4"
|
|
|
anyhow = "1.0"
|
|
|
thiserror = "1.0"
|
|
|
serde_json = "1.0"
|
|
@@ -33,7 +33,7 @@ log = { version = "0.4.17", features = [ "kv_unstable" ] }
|
|
|
dirs-next = "2.0"
|
|
|
encoding_rs = "0.8"
|
|
|
os_pipe = "1"
|
|
|
-attohttpc = { version = "0.24", default-features = false }
|
|
|
+attohttpc = { version = "0.25", default-features = false }
|
|
|
hex = "0.4"
|
|
|
semver = "1"
|
|
|
sha1 = "0.10"
|