tokio-xmpp: Update hickory-dns dep (previously trust-dns)

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-10-25 00:47:41 +02:00 committed by Link Mauve
commit 115edf6f25
3 changed files with 3 additions and 5 deletions

View file

@ -23,8 +23,7 @@ tokio-native-tls = { version = "0.3", 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"
trust-dns-resolver = "0.22"
hickory-resolver = "0.24"
xmpp-parsers = "0.20"
minidom = "0.15"
rxml = "0.9.1"