rm unused dep tendril

This commit is contained in:
Astro 2018-08-02 18:46:54 +02:00
parent 2a17ffc624
commit 0e4941dc7a
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@ tokio-io = "0.1"
tokio-codec = "0.1"
bytes = "0.4.9"
xml5ever = "0.12"
tendril = "0.4"
minidom = "0.9"
# TODO: update to 0.2.0
native-tls = "0.1"

View file

@ -4,7 +4,6 @@ extern crate tokio_io;
extern crate tokio_codec;
extern crate bytes;
extern crate xml5ever;
extern crate tendril;
extern crate quick_xml;
extern crate minidom;
extern crate native_tls;