Update to xmpp-rs (ec72d71551) to get serde support for ResourcePart

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2024-12-29 21:06:13 +01:00
commit 9eeca94366
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
3 changed files with 6 additions and 7 deletions

View file

@ -20,7 +20,7 @@ pretty_env_logger = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
toml = "0.8"
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "5bc94dce95", default-features = false, features = [ "serde", "starttls-native"] }
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "ec72d71551", default-features = false, features = [ "serde", "starttls-native"] }
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"