From a8b189b1181ebe8a4b0fd4da939528cae08cfb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:02:55 +0000 Subject: [PATCH] Update clap requirement from 3.1.8 to 4.5.53 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09a024..71ab048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ doc = true [dependencies] ansi_term = "0.12.1" -clap = { version = "3.1.8", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } +clap = { version = "4.5.53", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } lazy_static = "1.4.0" linked-hash-map = "0.5.4" liquid = "0.26.0"