|
@@ -60,7 +60,7 @@ state = "0.5"
|
|
|
tar = "0.4.38"
|
|
|
tempfile = "3"
|
|
|
zip = { version = "0.6", default-features = false, optional = true }
|
|
|
-ignore = "=0.4.18"
|
|
|
+ignore = "0.4"
|
|
|
flate2 = "1.0"
|
|
|
http = "0.2"
|
|
|
dirs-next = "2.0"
|
|
@@ -73,9 +73,9 @@ attohttpc = { version = "0.22", features = [ "compress", "json", "form" ], optio
|
|
|
open = { version = "3.2", optional = true }
|
|
|
shared_child = { version = "1.0", optional = true }
|
|
|
os_pipe = { version = "1.0", optional = true }
|
|
|
-raw-window-handle = "=0.5.0"
|
|
|
+raw-window-handle = "0.5"
|
|
|
minisign-verify = { version = "0.2", optional = true }
|
|
|
-time = { version = "=0.3.15", features = [ "parsing", "formatting" ], optional = true }
|
|
|
+time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
|
|
|
os_info = { version = "3", optional = true }
|
|
|
regex = { version = "1.6.0", optional = true }
|
|
|
glob = "0.3"
|
|
@@ -123,7 +123,6 @@ tauri = { path = ".", default-features = false, features = [ "wry" ] }
|
|
|
tokio-test = "0.4.2"
|
|
|
tokio = { version = "1", features = [ "full" ] }
|
|
|
cargo_toml = "0.11"
|
|
|
-winnow = "=0.4.1"
|
|
|
|
|
|
[features]
|
|
|
default = [ "wry", "compression", "objc-exception" ]
|