|
@@ -35,7 +35,7 @@ normal = ["attohttpc"]
|
|
|
[dependencies]
|
|
|
serde_json = { version = "1.0", features = [ "raw_value" ] }
|
|
|
serde = { version = "1.0", features = [ "derive" ] }
|
|
|
-tokio = { version = "1.15", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
|
|
+tokio = { version = "1.16", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] }
|
|
|
futures = "0.3"
|
|
|
uuid = { version = "0.8", features = [ "v4" ] }
|
|
|
url = { version = "2.2" }
|
|
@@ -68,15 +68,15 @@ attohttpc = { version = "0.18", features = [ "json", "form" ], optional = true }
|
|
|
open = { version = "2.0", optional = true }
|
|
|
shared_child = { version = "1.0", optional = true }
|
|
|
os_pipe = { version = "1.0", optional = true }
|
|
|
-rfd = { version = "0.6.4", features = [ "parent" ], optional = true }
|
|
|
+rfd = { version = "0.7.0", features = [ "parent" ], optional = true }
|
|
|
raw-window-handle = "0.4.2"
|
|
|
minisign-verify = { version = "0.2", optional = true }
|
|
|
-os_info = { version = "3.0.9", optional = true }
|
|
|
+os_info = { version = "3.2.0", optional = true }
|
|
|
futures-lite = "1.12"
|
|
|
regex = { version = "1.5", optional = true }
|
|
|
glob = "0.3"
|
|
|
data-url = { version = "0.1", optional = true }
|
|
|
-serialize-to-javascript = "=0.1.0"
|
|
|
+serialize-to-javascript = "=0.1.1"
|
|
|
|
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
|
|
gtk = { version = "0.15", features = [ "v3_20" ] }
|
|
@@ -97,10 +97,10 @@ serde = {version = "1.0", features = ["derive"]}
|
|
|
serde_json = "1.0"
|
|
|
tauri = {path = "."}
|
|
|
tokio-test = "0.4.2"
|
|
|
-tokio = { version = "1.15", features = [ "full" ] }
|
|
|
+tokio = { version = "1.16", features = [ "full" ] }
|
|
|
|
|
|
[target."cfg(windows)".dev-dependencies.windows]
|
|
|
-version = "0.30.0"
|
|
|
+version = "0.32.0"
|
|
|
features = [
|
|
|
"Win32_Foundation",
|
|
|
]
|