mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-06 06:27:37 +03:00
Remove unused tokio-io dependency
It is included in tokio::io and not used directly.
This commit is contained in:
parent
dff63386f7
commit
c45da71704
2 changed files with 0 additions and 2 deletions
|
@ -15,6 +15,5 @@ clap = "~2"
|
||||||
futures = "~0.1"
|
futures = "~0.1"
|
||||||
hyper = "~0.11"
|
hyper = "~0.11"
|
||||||
tokio = "~0.1"
|
tokio = "~0.1"
|
||||||
tokio-io = "~0.1"
|
|
||||||
tokio-timer = "~0.2"
|
tokio-timer = "~0.2"
|
||||||
clippy = {version = ">=0", optional = true}
|
clippy = {version = ">=0", optional = true}
|
||||||
|
|
|
@ -6,7 +6,6 @@ extern crate clap;
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate hyper;
|
extern crate hyper;
|
||||||
extern crate tokio;
|
extern crate tokio;
|
||||||
extern crate tokio_io;
|
|
||||||
extern crate tokio_timer;
|
extern crate tokio_timer;
|
||||||
|
|
||||||
mod dns;
|
mod dns;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue