tokio-xmpp: Bump hickory-resolver to 0.25
This commit is contained in:
parent
c11075d1d4
commit
e70dd957f4
3 changed files with 11 additions and 10 deletions
|
|
@ -29,7 +29,7 @@ xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }
|
|||
xso = { version = "0.1", path = "../xso" }
|
||||
|
||||
# these are only needed for starttls ServerConnector support
|
||||
hickory-resolver = { version = "0.24", optional = true}
|
||||
hickory-resolver = { version = "0.25", 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