From 7eccbaeb9e58dff42677462c04f2941f60c2ddb8 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Fri, 8 Aug 2025 16:22:51 -0700 Subject: [PATCH] remove patch version in clap dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }