From 1967b29b9f66288e776bef983fa8ebbc2250ed13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Oct 2025 00:38:00 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8a80de..bdb71d2 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.49", features = ["derive", "env"] } +clap = { version = "4.5.50", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] }