tokio-xmpp: Bump dependencies

This removes the pest, semver-parser and ucd-trie transitive
dependencies.
This commit is contained in:
Emmanuel Gil Peyrot 2021-12-01 16:24:28 +01:00 committed by Link Mauve
commit 4a8bda1287
3 changed files with 24 additions and 15 deletions

View file

@ -7,7 +7,7 @@ use std::fmt;
use std::io::Error as IoError;
use std::str::Utf8Error;
#[cfg(feature = "tls-rust")]
use tokio_rustls::rustls::TLSError as TlsError;
use tokio_rustls::rustls::Error as TlsError;
use trust_dns_proto::error::ProtoError;
use trust_dns_resolver::error::ResolveError;