Bump xso version to 0.2.0

This commit is contained in:
Jonas Schäfer 2025-09-17 20:03:18 +02:00
commit 3ffff2614a
4 changed files with 5 additions and 3 deletions

View file

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