Upgrade to hickory 0.25

This also solves a security advisory that could have lead to a denail of service via the ring crate.
This commit is contained in:
Slatian
2025-03-19 21:19:05 +01:00
parent 7130c0d94a
commit e81ce74a2f
5 changed files with 707 additions and 210 deletions

View File

@ -15,8 +15,8 @@ axum = { version = "0.8", features = ["macros"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
governor = "0.8"
hickory-proto = "0.24"
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
hickory-proto = "0.25"
hickory-resolver = { version = "0.25", features = ["tls-ring","https-ring","quic-ring","rustls-platform-verifier","system-config"] }
http = "1.2"
idna = "1.0"
log = "0.4"