Update dependencies

This commit is contained in:
Slatian
2024-04-21 00:38:30 +02:00
parent 2657aae847
commit 7e58423269
2 changed files with 12 additions and 12 deletions

View File

@ -11,10 +11,10 @@ lib-humus = { version="0.2", features=["axum-view+cookie"] }
axum = { version = "0.7", features = ["macros"] }
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
axum-client-ip = "0.5"
clap = { version = "4.4", features = ["derive"] }
axum-client-ip = "0.6"
clap = { version = "4.5", features = ["derive"] }
governor = "0.6"
idna = "0.4"
idna = "0.5"
lazy_static = "1.4.0"
parking_lot = "0.12"
regex = "1.10"
@ -26,6 +26,6 @@ tower = "0.4"
tower-http = { version = "0.5", features = ["fs"] }
hickory-proto = "0.24"
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
maxminddb = "0.23"
maxminddb = "0.24"
mime = "0.3"
http = "1.0"
http = "1.1"