From bde815b12383a8bdc2f3dee104fd758e04166a54 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Oct 2025 00:37:41 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.51 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdb71d2..96db55d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] log = "0.4.28" env_logger = "0.11.8" -clap = { version = "4.5.50", features = ["derive", "env"] } +clap = { version = "4.5.51", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] }