Update deps; tokio now require the "time" feature

This commit is contained in:
Frank Denis 2021-02-12 19:23:08 +01:00
parent b281555860
commit 2e95a50f9f
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
libdoh = { path = "src/libdoh", version = "0.3.3" }
clap = "2.33.3"
jemallocator = "0.3.2"
tokio = { version = "1.0.2", features = ["net", "rt-multi-thread", "parking_lot"] }
tokio = { version = "1.2.0", features = ["net", "rt-multi-thread", "parking_lot", "time"] }
[package.metadata.deb]
extended-description = """\