From eeb2bde46476fa3596bfd9b9c78b6253c47be135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 01:50:58 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#1865) Co-authored-by: Renovate Bot --- core/tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index b3687c463..d49a0b2a7 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -34,7 +34,7 @@ normal = ["attohttpc"] # we ignore attohttpc because we can't remove it based on serde_json = { version = "1.0", features = [ "raw_value" ] } serde = { version = "1.0", features = [ "derive" ] } base64 = "0.13.0" -tokio = { version = "1.5", features = [ "rt", "rt-multi-thread", "sync" ] } +tokio = { version = "1.6", features = [ "rt", "rt-multi-thread", "sync" ] } futures = "0.3" uuid = { version = "0.8.2", features = [ "v4" ] } thiserror = "1.0.24" @@ -57,7 +57,7 @@ rfd = "0.3.0" tinyfiledialogs = "3.3" http = "0.2" clap = { version = "=3.0.0-beta.2", optional = true } -notify-rust = { version = "4.5.0", optional = true } +notify-rust = { version = "4.5.2", optional = true } tauri-hotkey = { version = "0.1.2", optional = true } open = "1.7.0" shared_child = "0.3" @@ -81,7 +81,7 @@ tauri = { path = "." } serde = { version = "1.0", features = [ "derive" ] } quickcheck = "1.0.3" quickcheck_macros = "1.0.0" -tokio-test = "0.4.1" +tokio-test = "0.4.2" mockito = "0.30" [features]