xmpp: Use tokio 1.0

This commit is contained in:
Emmanuel Gil Peyrot 2020-12-09 14:11:52 +01:00
commit c3783a77b6

View file

@ -17,11 +17,11 @@ edition = "2018"
tokio-xmpp = "2.0.0" tokio-xmpp = "2.0.0"
xmpp-parsers = "0.17" xmpp-parsers = "0.17"
futures = "0.3" futures = "0.3"
tokio = "0.2" tokio = "1"
log = "0.4" log = "0.4"
[dev-dependencies] [dev-dependencies]
env_logger = "0.7" env_logger = "0.8"
[features] [features]
default = ["avatars"] default = ["avatars"]