From 627647bf470774d84b76646e2fd95de5a420b3b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Oct 2025 00:37:58 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16c247f..4d5929c 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.48", features = ["derive", "env"] } +clap = { version = "4.5.49", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] }