1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

remove unused dependency

This commit is contained in:
Nikolay Kim 2018-04-19 09:54:22 -07:00
parent 2c8d987241
commit 01a0f3f5a0
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ futures = "0.1"
futures-cpupool = "0.1"
tokio-io = "0.1"
tokio-core = "0.1"
trust-dns-resolver = "0.8"
# native-tls
native-tls = { version="0.1", optional = true }

View File

@ -110,7 +110,6 @@ extern crate percent_encoding;
extern crate serde_json;
extern crate serde_urlencoded;
extern crate smallvec;
extern crate trust_dns_resolver;
#[macro_use]
extern crate actix;