1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-02 19:30:36 +02:00

xmpp: ensure cargo fetches 3.x updates for tokio-xmpp

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-05-18 16:12:22 +02:00
parent 209c5b779a
commit ad5806a358
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -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"] }