remove crate tokio-codec (seems to be part of tokio now)

This commit is contained in:
Dietmar Maurer
2019-01-20 14:28:06 +01:00
parent 8eeef8492a
commit 059ca7c3a1
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@ url = "1.7"
futures = "0.1"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-codec = "0.1"
http = "0.1"
hyper = "0.12"
lazy_static = "1.1"