|
@@ -47,13 +47,13 @@ normal = [ "attohttpc", "reqwest" ]
|
|
|
[dependencies]
|
|
|
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
|
-tokio = { version = "1.16", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
|
|
+tokio = { version = "1.19", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
|
|
futures = "0.3"
|
|
|
uuid = { version = "1", features = [ "v4" ] }
|
|
|
url = { version = "2.2" }
|
|
|
anyhow = "1.0"
|
|
|
thiserror = "1.0"
|
|
|
-once_cell = "1.10"
|
|
|
+once_cell = "1.12"
|
|
|
tauri-runtime = { version = "0.6.0", path = "../tauri-runtime" }
|
|
|
tauri-macros = { version = "1.0.0-rc.8", path = "../tauri-macros" }
|
|
|
tauri-utils = { version = "1.0.0-rc.8", features = [ "resources" ], path = "../tauri-utils" }
|
|
@@ -62,7 +62,7 @@ rand = "0.8"
|
|
|
semver = { version = "1.0", features = [ "serde" ] }
|
|
|
serde_repr = "0.1"
|
|
|
state = "0.5"
|
|
|
-tar = "0.4.36"
|
|
|
+tar = "0.4.38"
|
|
|
tempfile = "3"
|
|
|
zip = { version = "0.6", default-features = false, optional = true }
|
|
|
ignore = "0.4"
|
|
@@ -80,16 +80,16 @@ open = { version = "3.0", optional = true }
|
|
|
shared_child = { version = "1.0", optional = true }
|
|
|
os_pipe = { version = "1.0", optional = true }
|
|
|
rfd = { version = "0.8", optional = true }
|
|
|
-raw-window-handle = "0.4.2"
|
|
|
+raw-window-handle = "0.4.3"
|
|
|
minisign-verify = { version = "0.2", optional = true }
|
|
|
time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true }
|
|
|
-os_info = { version = "3.2.0", optional = true }
|
|
|
+os_info = { version = "3.4.0", optional = true }
|
|
|
futures-lite = "1.12"
|
|
|
-regex = { version = "1.5.5", optional = true }
|
|
|
+regex = { version = "1.5.6", optional = true }
|
|
|
glob = "0.3"
|
|
|
data-url = { version = "0.1", optional = true }
|
|
|
serialize-to-javascript = "=0.1.1"
|
|
|
-infer = { version = "0.7", optional = true }
|
|
|
+infer = { version = "0.8", optional = true }
|
|
|
png = { version = "0.17", optional = true }
|
|
|
ico = { version = "0.1", optional = true }
|
|
|
|
|
@@ -112,7 +112,7 @@ webview2-com = "0.16.0"
|
|
|
|
|
|
[build-dependencies]
|
|
|
heck = "0.4"
|
|
|
-once_cell = "1.10"
|
|
|
+once_cell = "1.12"
|
|
|
|
|
|
[dev-dependencies]
|
|
|
mockito = "0.31"
|
|
@@ -123,7 +123,7 @@ serde = { version = "1.0", features = [ "derive" ] }
|
|
|
serde_json = "1.0"
|
|
|
tauri = { path = ".", default-features = false, features = [ "wry" ] }
|
|
|
tokio-test = "0.4.2"
|
|
|
-tokio = { version = "1.16", features = [ "full" ] }
|
|
|
+tokio = { version = "1.19", features = [ "full" ] }
|
|
|
cargo_toml = "0.11"
|
|
|
|
|
|
[features]
|