|
@@ -18,17 +18,17 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
|
|
tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
|
|
-image = "0.24.6"
|
|
|
|
|
|
+image = "0.24.7"
|
|
libflate = "2.0"
|
|
libflate = "2.0"
|
|
anyhow = "1.0"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
thiserror = "1.0"
|
|
serde_json = "1.0"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
strsim = "0.10.0"
|
|
strsim = "0.10.0"
|
|
-tar = "0.4.39"
|
|
|
|
|
|
+tar = "0.4.40"
|
|
walkdir = "2"
|
|
walkdir = "2"
|
|
handlebars = "4.3"
|
|
handlebars = "4.3"
|
|
-tempfile = "3.7.0"
|
|
|
|
|
|
+tempfile = "3.7.1"
|
|
log = { version = "0.4.19", features = [ "kv_unstable" ] }
|
|
log = { version = "0.4.19", features = [ "kv_unstable" ] }
|
|
dirs-next = "2.0"
|
|
dirs-next = "2.0"
|
|
os_pipe = "1"
|
|
os_pipe = "1"
|