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

Bump tokio-xmpp and xmpp dependencies

It still builds and tests pass without any other change.
This commit is contained in:
Emmanuel Gil Peyrot 2023-04-03 12:13:37 +02:00
parent 2955a0fe60
commit 58f6d5494a
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ native-tls = { version = "0.2", optional = true }
sasl = "0.5"
tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros"] }
tokio-native-tls = { version = "0.3", optional = true }
tokio-rustls = { version = "0.23", optional = true }
tokio-rustls = { version = "0.24", optional = true }
tokio-stream = { version = "0.1", features = [] }
tokio-util = { version = "0.7", features = ["codec"] }
trust-dns-proto = "0.22"
@ -28,7 +28,7 @@ trust-dns-resolver = "0.22"
xmpp-parsers = "0.19"
minidom = "0.15"
rxml = "0.9.1"
webpki-roots = { version = "0.22", optional = true }
webpki-roots = { version = "0.23", optional = true }
rand = "^0.8"
[build-dependencies]

View File

@ -20,10 +20,10 @@ futures = "0.3"
tokio = { version = "1", features = ["fs"] }
log = "0.4"
reqwest = { version = "0.11.8", features = ["stream"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
tokio-util = { version = "0.7", features = ["codec"] }
[dev-dependencies]
env_logger = "0.8"
env_logger = "0.10"
[features]
default = ["avatars"]