Update trust_dns to 23.2

This commit is contained in:
Slatian
2023-12-09 11:54:07 +01:00
parent a67631fa9b
commit fb0ce1dc0b
5 changed files with 76 additions and 187 deletions

View File

@ -24,7 +24,7 @@ tera = "1"
toml = "0.7"
tower = "0.4"
tower-http = { version = "0.4", features = ["fs"] }
trust-dns-proto = "0.22"
trust-dns-resolver = { version = "0.22", features = ["dns-over-rustls","dns-over-https","dns-over-quic"] }
trust-dns-proto = "0.23"
trust-dns-resolver = { version = "0.23", features = ["dns-over-rustls","dns-over-https","dns-over-quic"] }
maxminddb = "0.23"
mime = "0.3"