xmpp: Update to tokio-xmpp 3.4
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
68a8c043a2
commit
21c9fa2df4
5 changed files with 7 additions and 8 deletions
|
|
@ -14,8 +14,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tokio-xmpp = "3.2"
|
||||
xmpp-parsers = "0.19"
|
||||
tokio-xmpp = "3.4"
|
||||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["fs"] }
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue