Bump xso to 0.3.0

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-24 13:00:39 +02:00
commit 30b049a7d4
4 changed files with 7 additions and 3 deletions

View file

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