Bump all dependencies but rustls and webpki-roots

The latter have changed their API a bit, while everything else is still
compatible.
This commit is contained in:
Emmanuel Gil Peyrot 2024-04-25 21:01:29 +02:00
commit f725994fe0
4 changed files with 6 additions and 6 deletions

View file

@ -29,13 +29,13 @@ xmpp-parsers = { version = "0.20", path = "../parsers" }
# these are only needed for starttls ServerConnector support
hickory-resolver = { version = "0.24", optional = true}
idna = { version = "0.4", optional = true}
idna = { version = "0.5", optional = true}
native-tls = { version = "0.2", optional = true }
tokio-native-tls = { version = "0.3", optional = true }
tokio-rustls = { version = "0.24", optional = true }
[dev-dependencies]
env_logger = { version = "0.10", default-features = false, features = ["auto-color", "humantime"] }
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
# this is needed for echo-component example
tokio-xmpp = { path = ".", features = ["insecure-tcp"]}