From 0e0081c604fa199019d934e398bc9415caa6ba7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 May 2021 18:16:45 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.6.1 --- e2e-test/Cargo.toml | 2 +- radius/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-test/Cargo.toml b/e2e-test/Cargo.toml index d40c608..ef59a79 100644 --- a/e2e-test/Cargo.toml +++ b/e2e-test/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] radius = { version = "0.2.0", path = "../radius" } -tokio = { version = "1.2.0", features = ["signal", "net"] } +tokio = { version = "1.6.1", features = ["signal", "net"] } async-trait = "0.1.50" diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 6d5acdd..32d9c26 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -19,5 +19,5 @@ rand = "0.8.3" num_enum = "0.5.1" thiserror = "1.0" log = "0.4.14" -tokio = { version = "1.2.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } async-trait = "0.1.50"