From 997c1024727abe92d98d4de47e9de062a7350342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:08:46 +0000 Subject: [PATCH] Update clap requirement from 3.1.8 to 4.4.11 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.11) --- 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..e4d0160 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.11", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } lazy_static = "1.4.0" linked-hash-map = "0.5.4" liquid = "0.26.0"