tokio-xmpp: Bump to 5.0.0

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-28 20:39:57 +01:00
commit 0e7ac066d4
3 changed files with 47 additions and 34 deletions

View file

@ -21,7 +21,7 @@ log = "0.4"
reqwest = { version = "0.12", features = ["stream"], default-features = false }
tokio-util = { version = "0.7", features = ["codec"] }
# same repository dependencies
tokio-xmpp = { version = "4.0", path = "../tokio-xmpp", default-features = false }
tokio-xmpp = { version = "5.0", path = "../tokio-xmpp", default-features = false }
[dev-dependencies]
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }