Remove unused tokio-io dependency

It is included in tokio::io and not used directly.
This commit is contained in:
Ran Benita 2018-07-07 15:28:06 +03:00
parent dff63386f7
commit c45da71704
2 changed files with 0 additions and 2 deletions

View file

@ -15,6 +15,5 @@ clap = "~2"
futures = "~0.1"
hyper = "~0.11"
tokio = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.2"
clippy = {version = ">=0", optional = true}

View file

@ -6,7 +6,6 @@ extern crate clap;
extern crate futures;
extern crate hyper;
extern crate tokio;
extern crate tokio_io;
extern crate tokio_timer;
mod dns;