Bump tokio-xmpp and xmpp dependencies
It still builds and tests pass without any other change.
This commit is contained in:
parent
2955a0fe60
commit
58f6d5494a
2 changed files with 4 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue