xmpp-parsers: Bump version to 0.21.0

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-25 17:42:36 +02:00 committed by Maxime “pep” Buquet
parent 09c5ad5976
commit c0f1aa620e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "xmpp-parsers"
version = "0.20.0"
version = "0.21.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",

View file

@ -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