From d3b10b332f061676fdd17cfc1a029b962f847eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 06:17:47 +0000 Subject: [PATCH] Update clap requirement from 3.1.8 to 4.4.14 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...v4.4.14) --- updated-dependencies: - dependency-name: clap 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..19e2054 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.4.14", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } lazy_static = "1.4.0" linked-hash-map = "0.5.4" liquid = "0.26.0"