Update Rust crate tokio to 0.3.5

This commit is contained in:
Renovate Bot
2020-12-08 18:56:55 +00:00
parent cda352e87f
commit 8eaca2c922
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"