mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-17 22:43:33 +02:00
Downgrade clap to 4.4.18 to support "older" rust versions
This commit is contained in:
@ -12,7 +12,7 @@ lib-humus = { version="0.2", features=["axum-view+cookie"], git="https://codeber
|
||||
axum = { version = "0.7", features = ["macros"] }
|
||||
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
|
||||
axum-client-ip = "0.5"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
governor = "0.6"
|
||||
idna = "0.4"
|
||||
lazy_static = "1.4.0"
|
||||
|
Reference in New Issue
Block a user