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
|
|
@ -7,7 +7,7 @@ use std::str::Utf8Error;
|
|||
use trust_dns_proto::error::ProtoError;
|
||||
use trust_dns_resolver::error::ResolveError;
|
||||
|
||||
use xmpp_parsers::error::Error as ParsersError;
|
||||
use xmpp_parsers::Error as ParsersError;
|
||||
use xmpp_parsers::sasl::DefinedCondition as SaslDefinedCondition;
|
||||
|
||||
/// Top-level error type
|
||||
|
|
|
|||
Loading…
Reference in a new issue