Update to xmpp 0.6

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
xmppftw xmppftw 2024-08-07 10:47:12 +02:00 committed by Maxime “pep” Buquet
commit 7b63e24168
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
3 changed files with 9 additions and 7 deletions

View file

@ -14,14 +14,14 @@ hyper = { version = "1.4", default-features = false, features = [ "http1", "serv
hyper-util = { version = "0.1", features = [ "tokio" ] }
http-body-util = "0.1"
bytes = "1.6"
jid = { version = "0.10", features = [ "serde" ] }
log = "0.4"
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync", "fs" ] }
tokio-xmpp = { version = "4.0.0", default-features = false }
pretty_env_logger = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
toml = "0.8"
xmpp = "0.5"
xmpp = { version = "0.6", default-features = false, features = [ "serde", "starttls-native"] }
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"