Remove unused dependency

This commit is contained in:
Jonas Platte 2017-08-31 12:38:58 +02:00
parent 92728e53e8
commit 02bbfd8664
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ hyper = "0.11.1"
ruma-api = "0.4.0"
ruma-client-api = "0.1.0"
ruma-identifiers = "0.11.0"
serde = "1.0.9"
serde_json = "1.0.2"
serde_urlencoded = "0.5.1"
tokio-core = "0.1.8"

View File

@ -13,7 +13,6 @@ extern crate native_tls;
extern crate ruma_api;
extern crate ruma_client_api;
extern crate ruma_identifiers;
extern crate serde;
extern crate serde_json;
extern crate serde_urlencoded;
extern crate tokio_core;