From 7e853d4c89e1054c49fbe05345f15f17ee540d89 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Sep 2025 00:36:02 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8795110..e2f5430 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.47", features = ["derive", "env"] } +clap = { version = "4.5.48", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.99" serde = { version = "1.0.225", features = ["derive"] }