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:
Emmanuel Gil Peyrot 2019-01-16 14:35:38 +01:00
commit 62e9dcc022
13 changed files with 14 additions and 26 deletions

View file

@ -2,7 +2,7 @@
use crate::{ParseError, ParserError};
use bytes::{BufMut, BytesMut};
use minidom::Element;
use xmpp_parsers::Element;
use quick_xml::Writer as EventWriter;
use std;
use std::cell::RefCell;