From 8eaca2c922bf976ada0d2e7a84f51bc7341f776c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Dec 2020 18:56:55 +0000 Subject: [PATCH] Update Rust crate tokio to 0.3.5 --- e2e-test/Cargo.toml | 2 +- radius-client/Cargo.toml | 2 +- radius-server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-test/Cargo.toml b/e2e-test/Cargo.toml index 9a4b941..bcea756 100644 --- a/e2e-test/Cargo.toml +++ b/e2e-test/Cargo.toml @@ -9,5 +9,5 @@ publish = false radius = { version = "0.1.0", path = "../radius" } radius-client = { version = "0.1.0", path = "../radius-client" } radius-server = { version = "0.1.0", path = "../radius-server" } -tokio = { version = "0.3.4", features = ["signal", "net"] } +tokio = { version = "0.3.5", features = ["signal", "net"] } async-trait = "0.1.42" diff --git a/radius-client/Cargo.toml b/radius-client/Cargo.toml index e8af504..63a8289 100644 --- a/radius-client/Cargo.toml +++ b/radius-client/Cargo.toml @@ -9,5 +9,5 @@ keywords = ["radius", "client"] [dependencies] radius = { path = "../radius" } -tokio = { version = "0.3.4", features = ["net", "time"] } +tokio = { version = "0.3.5", features = ["net", "time"] } thiserror = "1.0" diff --git a/radius-server/Cargo.toml b/radius-server/Cargo.toml index 039fdc3..a6bb734 100644 --- a/radius-server/Cargo.toml +++ b/radius-server/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["radius", "client"] [dependencies] radius = { path = "../radius" } -tokio = { version = "0.3.4", features = ["full"] } +tokio = { version = "0.3.5", features = ["full"] } log = "0.4.11" thiserror = "1.0" async-trait = "0.1.42"