Update trust_dns to hickory

It doesn't work yet because of:
https://github.com/hickory-dns/hickory-dns/issues/2108
This commit is contained in:
Slatian
2023-12-10 18:27:41 +01:00
parent 51877fc4c3
commit b08c98376c
5 changed files with 145 additions and 92 deletions

View File

@ -24,8 +24,8 @@ tera = "1"
toml = "0.8"
tower = "0.4"
tower-http = { version = "0.5", features = ["fs"] }
trust-dns-proto = "0.23"
trust-dns-resolver = { version = "0.23", features = ["dns-over-rustls","dns-over-https","dns-over-quic"] }
hickory-proto = "0.24"
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
maxminddb = "0.23"
mime = "0.3"
http = "1.0"