Update tokio-xmpp to 1.0.1 and xmpp-parsers to 0.15

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-09-11 16:11:32 +02:00
commit b6369741cd
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
4 changed files with 16 additions and 14 deletions

View file

@ -11,7 +11,7 @@ license = "MPL-2.0"
edition = "2018"
[dependencies]
tokio-xmpp = "1"
xmpp-parsers = "0.13"
tokio-xmpp = "1.0.1"
xmpp-parsers = "0.15"
futures = "0.1"
tokio = "0.1"