Update xmpp dep to 22292c86c

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2026-01-15 18:52:09 +01:00
commit be1379f13f
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -20,7 +20,7 @@ pretty_env_logger = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
toml = "0.9"
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", branch = "xmpp-join-resync", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "22292c86c", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"