update dependencies
This commit is contained in:
parent
6ac5bb99db
commit
772c6b56ee
4 changed files with 10 additions and 7 deletions
|
|
@ -4,6 +4,7 @@ extern crate tokio_io;
|
|||
extern crate bytes;
|
||||
extern crate xml5ever;
|
||||
extern crate tendril;
|
||||
extern crate quick_xml;
|
||||
extern crate minidom;
|
||||
extern crate native_tls;
|
||||
extern crate tokio_tls;
|
||||
|
|
@ -12,7 +13,7 @@ extern crate rustc_serialize as serialize;
|
|||
extern crate jid;
|
||||
extern crate domain;
|
||||
extern crate idna;
|
||||
extern crate sha_1;
|
||||
extern crate sha1;
|
||||
|
||||
pub mod xmpp_codec;
|
||||
pub mod xmpp_stream;
|
||||
|
|
|
|||
Loading…
Reference in a new issue