Merge pull request #22 from moznion/renovate/tokio-1.x

fix(deps): update rust crate tokio to 1.6.1
This commit is contained in:
moznion
2021-05-31 23:17:17 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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