|
@@ -17,7 +17,7 @@ clap = "^2"
|
|
|
dirs = "2.0.2"
|
|
|
glob = "0.3.0"
|
|
|
icns = "0.3"
|
|
|
-image = "0.23.4"
|
|
|
+image = "0.23.5"
|
|
|
libflate = "1.0"
|
|
|
md5 = "0.7.0"
|
|
|
msi = "0.2"
|
|
@@ -39,13 +39,13 @@ lazy_static = { version = "1.4" }
|
|
|
handlebars = { version = "3.1" }
|
|
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
|
-attohttpc = { version = "0.13.0" }
|
|
|
+attohttpc = { version = "0.14.0" }
|
|
|
regex = { version = "1" }
|
|
|
runas = "0.2"
|
|
|
|
|
|
[target.'cfg(not(target_os = "linux"))'.dependencies]
|
|
|
zip = { version = "0.5" }
|
|
|
-sha2 = { version = "0.8" }
|
|
|
+sha2 = { version = "0.9" }
|
|
|
hex = { version = "0.4" }
|
|
|
|
|
|
[dev-dependencies]
|