Downgrade clap to 4.4.18 to support "older" rust versions

This commit is contained in:
Slatian
2024-02-11 12:38:33 +01:00
parent 1ce60d8291
commit 3b552dba8a
2 changed files with 11 additions and 11 deletions

View File

@ -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"