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:
parent
d989974f69
commit
b6369741cd
4 changed files with 16 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue