Bump tokio-xmpp and xmpp dependencies

It still builds and tests pass without any other change.
This commit is contained in:
Emmanuel Gil Peyrot 2023-04-03 12:13:37 +02:00
commit 58f6d5494a
2 changed files with 4 additions and 4 deletions

View file

@ -20,10 +20,10 @@ futures = "0.3"
tokio = { version = "1", features = ["fs"] }
log = "0.4"
reqwest = { version = "0.11.8", features = ["stream"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
tokio-util = { version = "0.7", features = ["codec"] }
[dev-dependencies]
env_logger = "0.8"
env_logger = "0.10"
[features]
default = ["avatars"]