chore(deps) Update Tauri Core (#3374)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot] 2022-02-09 13:44:40 -03:00 committed by GitHub
parent d694027447
commit 55726f236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ serde_with = "1.10"
aes-gcm = { version = "0.9", optional = true }
ring = { version = "0.16", optional = true, features = ["std"] }
once_cell = { version = "1.8", optional = true }
serialize-to-javascript = "=0.1.0"
serialize-to-javascript = "=0.1.1"
ctor = "0.1"
json5 = { version = "0.4", optional = true }
json-patch = "0.2"

View File

@ -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",
]