Removed tokio-service dependency, added tokio-mockstream.
This commit is contained in:
parent
3369ef5ff2
commit
2087e83e79
2 changed files with 3 additions and 3 deletions
|
@ -29,5 +29,5 @@ serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tokio-core = "0.1"
|
tokio-core = "0.1"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
tokio-service = "0.1"
|
tokio-mockstream = "1.0"
|
||||||
tokio-tls = "0.1"
|
tokio-tls = "0.1"
|
||||||
|
|
|
@ -15,9 +15,9 @@ extern crate serde;
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
extern crate serde_json;
|
extern crate serde_json;
|
||||||
extern crate time;
|
extern crate time;
|
||||||
extern crate tokio_io;
|
|
||||||
extern crate tokio_core;
|
extern crate tokio_core;
|
||||||
extern crate tokio_service;
|
extern crate tokio_io;
|
||||||
|
extern crate tokio_mockstream;
|
||||||
extern crate tokio_tls;
|
extern crate tokio_tls;
|
||||||
|
|
||||||
pub mod client;
|
pub mod client;
|
||||||
|
|
Loading…
Add table
Reference in a new issue