tokio-xmpp: update hickory-dns to 0.26
This commit is contained in:
parent
3d38a54389
commit
697d4d3bef
4 changed files with 19 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ xmpp-parsers = { version = "0.22", path = "../parsers", features = [ "log" ] }
|
|||
xso = { version = "0.3", path = "../xso" }
|
||||
|
||||
# these are only needed for starttls ServerConnector support
|
||||
hickory-resolver = { version = "0.25", optional = true}
|
||||
hickory-resolver = { version = "0.26", optional = true}
|
||||
idna = { version = "1.0", optional = true}
|
||||
native-tls = { version = "0.2", optional = true }
|
||||
tokio-native-tls = { version = "0.3", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue