mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-12 11:37:08 +01:00
Dependency updates
This commit is contained in:
parent
ce7632d443
commit
ff8d86ff1d
432
Cargo.lock
generated
432
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ axum = { version = "0.7", features = ["macros"] }
|
||||
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
|
||||
axum-client-ip = "0.6"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
governor = "0.7"
|
||||
governor = "0.8"
|
||||
idna = "1.0"
|
||||
parking_lot = "0.12"
|
||||
regex = "1.10"
|
||||
regex = "1.11"
|
||||
serde = { version = "1", features = ["derive","rc"] }
|
||||
tokio = { version = "1", features = ["macros","signal"] }
|
||||
tera = "1"
|
||||
@ -27,4 +27,4 @@ hickory-proto = "0.24"
|
||||
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
|
||||
maxminddb = "0.24"
|
||||
mime = "0.3"
|
||||
http = "1.1"
|
||||
http = "1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user