From 964885a62c15904f4ca95ca0a5ea251f34fe31d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 18:25:34 +0000 Subject: fix(deps): update rust crate tokio to 1.8.2 --- crates/whirl/Cargo.toml | 2 +- crates/whirl_api/Cargo.toml | 2 +- crates/whirl_server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index d6cb49c..a5ff4d6 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -43,7 +43,7 @@ signal-hook = "0.3.9" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.8.2", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 6a0f93f..11cfc5a 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ actix-cors = "0.5.4" # Utility sysinfo = "0.19.2" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.8.2", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index d215991..6f4b1b3 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.126" serde_derive = "1.0.126" # TCP -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.8.2", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" -- cgit v1.2.3