diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index 6086b359..56b65be0 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmpp-parsers" -version = "0.20.0" +version = "0.21.0" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index ca2dd706..63767b21 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8" syntect = { version = "5", optional = true } # same repository dependencies sasl = { version = "0.5" } -xmpp-parsers = { version = "0.20" } +xmpp-parsers = { version = "0.21" } minidom = { version = "0.16" } # these are only needed for starttls ServerConnector support