parsers: Bump to 0.22.0

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-28 19:28:16 +01:00
commit 7a1dde7cfb
4 changed files with 44 additions and 43 deletions

View file

@ -26,7 +26,7 @@ pin-project-lite = { version = "0.2" }
thiserror = "2.0"
# same repository dependencies
sasl = { version = "0.5", path = "../sasl" }
xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }
xmpp-parsers = { version = "0.22", path = "../parsers", features = [ "log" ] }
xso = { version = "0.3", path = "../xso" }
# these are only needed for starttls ServerConnector support