From 55726f236cfe548d78dff6b6e679080836428a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 13:44:40 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#3374) Co-authored-by: Renovate Bot Co-authored-by: Lucas Nogueira --- core/tauri-utils/Cargo.toml | 2 +- core/tauri/Cargo.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index 5cc2069a8..6094deff4 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -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" diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 6a6fe3d2f..03d3bbdbd 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -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", ]