remove accidental Tokio 0.1 dependency (#43)

This commit is contained in:
Carl Lerche
2020-05-15 14:23:41 -07:00
committed by GitHub
parent 2965f9a1cf
commit a372a3cb8c
2 changed files with 5 additions and 349 deletions

View File

@@ -19,7 +19,7 @@ bytes = "0.5.4"
structopt = "0.3.14"
tokio = { version = "0.2.20", features = ["full"] }
tracing = "0.1.13"
tracing-futures = { version = "0.2.3", features = ["tokio"] }
tracing-futures = { version = "0.2.3" }
tracing-subscriber = "0.2.2"
[dev-dependencies]