tokio-xmpp: Bump all dependencies
No code change was needed this time, it seems.
This commit is contained in:
parent
e85b4260bd
commit
ebd7df2dcf
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
bytes = "1"
|
||||
futures = "0.3"
|
||||
idna = "0.2"
|
||||
idna = "0.3"
|
||||
log = "0.4"
|
||||
native-tls = { version = "0.2", optional = true }
|
||||
sasl = "0.5"
|
||||
|
@ -22,9 +22,9 @@ 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-stream = { version = "0.1", features = [] }
|
||||
tokio-util = { version = "0.6", features = ["codec"] }
|
||||
trust-dns-proto = "0.20"
|
||||
trust-dns-resolver = "0.20"
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
trust-dns-proto = "0.22"
|
||||
trust-dns-resolver = "0.22"
|
||||
xmpp-parsers = "0.19"
|
||||
minidom = "0.15"
|
||||
rxml = "^0.8.0"
|
||||
|
|
Loading…
Reference in a new issue