diff --git a/Cargo.toml b/Cargo.toml index 9e79665..229cb3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" axum = { version = "0.8", features = ["macros"] } axum-server = { version = "0.7", features = ["tls-rustls", "tokio-rustls"] } chrono = "0.4" -clap = { version = "4.5.43", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } crossterm = { version = "0.28", features = ["event-stream"] } directories = "6" figment = { version = "0.10", features = ["toml", "test", "env"] }