Apply non-breaking dependency updates in Cargo.toml

This commit is contained in:
Slatian
2025-04-11 21:36:17 +02:00
parent 8f0b4c5883
commit 5c322f2611
2 changed files with 27 additions and 19 deletions

View File

@ -14,13 +14,13 @@ axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
axum = { version = "0.8", features = ["macros"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
governor = "0.8"
governor = "0.10"
hickory-proto = "0.25"
hickory-resolver = { version = "0.25", features = ["tls-ring","https-ring","quic-ring","rustls-platform-verifier","system-config"] }
http = "1.2"
http = "1.3"
idna = "1.0"
log = "0.4"
maxminddb = "0.24"
maxminddb = "0.25"
mime = "0.3"
parking_lot = "0.12"
regex = "1.11"