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
commit c0f1aa620e
2 changed files with 2 additions and 2 deletions

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