parsers: Bump to 0.22.0
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
e95f884e44
commit
7a1dde7cfb
4 changed files with 44 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue