Update dep xmpp-rs to 239a0191

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-11-13 18:29:22 +01:00
commit a4bbd4fa48
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 = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0" serde_json = "1.0"
toml = "0.9" toml = "0.9"
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "e3a4aae42d9", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] } xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "239a0191", default-features = false, features = [ "serde", "starttls", "rustls-native-certs", "aws_lc_rs" ] }
hmac = "0.12" hmac = "0.12"
sha2 = "0.10" sha2 = "0.10"
hex = "0.4" hex = "0.4"