|
@@ -18,8 +18,8 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
|
|
|
|
|
|
[dependencies]
|
|
|
tauri-utils = { version = "1.2.1", path = "../../core/tauri-utils", features = [ "resources" ] }
|
|
|
-image = "0.24.5"
|
|
|
-libflate = "1.2"
|
|
|
+image = "0.24.6"
|
|
|
+libflate = "1.3"
|
|
|
anyhow = "1.0"
|
|
|
thiserror = "1.0"
|
|
|
serde_json = "1.0"
|
|
@@ -28,7 +28,7 @@ strsim = "0.10.0"
|
|
|
tar = "0.4.38"
|
|
|
walkdir = "2"
|
|
|
handlebars = "4.3"
|
|
|
-tempfile = "3.3.0"
|
|
|
+tempfile = "3.5.0"
|
|
|
log = { version = "0.4.17", features = [ "kv_unstable" ] }
|
|
|
dirs-next = "2.0"
|
|
|
encoding_rs = "0.8"
|
|
@@ -46,7 +46,7 @@ zip = "0.6"
|
|
|
[target."cfg(target_os = \"windows\")".dependencies]
|
|
|
uuid = { version = "1", features = [ "v4", "v5" ] }
|
|
|
bitness = "0.4"
|
|
|
-winreg = "0.10" # Can only be compiled for Windows hosts
|
|
|
+winreg = "0.50" # Can only be compiled for Windows hosts
|
|
|
glob = "0.3"
|
|
|
|
|
|
|