Bump xso to 0.3.0
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
bd986f5e5e
commit
30b049a7d4
4 changed files with 7 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue