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:
parent
48f77acb69
commit
f725994fe0
4 changed files with 6 additions and 6 deletions
|
|
@ -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"]}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue