mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-19 15:26:03 +02:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user