mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 23:06:03 +02:00
Update dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -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"
|
||||
|
Reference in New Issue
Block a user