update dependencies

This commit is contained in:
Emmanuel Gil Peyrot 2018-02-22 20:05:41 +01:00
commit 772c6b56ee
4 changed files with 10 additions and 7 deletions

View file

@ -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;