From 8ff6914869ca044cde61eb8a9ceae9e7f41f683a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 09:20:41 -0300 Subject: [PATCH] chore(deps) Update Rust crate tokio to 1.13 (#2833) Co-authored-by: Renovate Bot --- core/tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index b8c643273..9ebbf662c 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -34,7 +34,7 @@ normal = [ "attohttpc" ] [dependencies] serde_json = { version = "1.0", features = [ "raw_value" ] } serde = { version = "1.0", features = [ "derive" ] } -tokio = { version = "1.12", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] } +tokio = { version = "1.13", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] } futures = "0.3" uuid = { version = "0.8", features = [ "v4" ] } url = { version = "2.2" } @@ -91,7 +91,7 @@ serde = { version = "1.0", features = [ "derive" ] } quickcheck = "1.0.3" quickcheck_macros = "1.0.0" tokio-test = "0.4.2" -tokio = { version = "1.12", features = [ "full" ] } +tokio = { version = "1.13", features = [ "full" ] } mockito = "0.30" [features]