*: Update to tokio v1.0.1 (#1919)

Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
This commit is contained in:
Max Inden
2021-01-12 15:50:24 +01:00
committed by GitHub
parent a223e4ba9d
commit a10f4e2879
4 changed files with 5 additions and 5 deletions

View File

@ -27,4 +27,4 @@ void = "1.0.2"
[dev-dependencies]
async-std = "1.7.0"
if-addrs = "0.6.5"
tokio = { version = "0.3.4", default-features = false, features = ["rt", "rt-multi-thread"] }
tokio = { version = "1.0.1", default-features = false, features = ["rt", "rt-multi-thread"] }