xmpp: ensure cargo fetches 3.x updates for tokio-xmpp
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
209c5b779a
commit
ad5806a358
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tokio-xmpp = "3.0.0"
|
||||
tokio-xmpp = "3.2"
|
||||
xmpp-parsers = "0.19"
|
||||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["fs"] }
|
||||
|
|
Loading…
Reference in a new issue