Bump xmpp-parsers to 0.12.2.
This also removes minidom, jid and try_from as direct dependencies, since they are now reexported by xmpp-parsers.
This commit is contained in:
parent
5eb211c9fc
commit
62e9dcc022
13 changed files with 14 additions and 26 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use futures::sink;
|
||||
use futures::stream::Stream;
|
||||
use futures::{Async, Future, Poll, Sink};
|
||||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
use xmpp_parsers::{Jid, Element};
|
||||
use native_tls::TlsConnector as NativeTlsConnector;
|
||||
use std::mem::replace;
|
||||
use tokio_io::{AsyncRead, AsyncWrite};
|
||||
|
|
|
|||
Loading…
Reference in a new issue