tokio-xmpp: Bump to 5.0.0
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
7a1dde7cfb
commit
0e7ac066d4
3 changed files with 47 additions and 34 deletions
|
|
@ -21,7 +21,7 @@ log = "0.4"
|
|||
reqwest = { version = "0.12", features = ["stream"], default-features = false }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
# same repository dependencies
|
||||
tokio-xmpp = { version = "4.0", path = "../tokio-xmpp", default-features = false }
|
||||
tokio-xmpp = { version = "5.0", path = "../tokio-xmpp", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue