From 02bed48d223e824773027a89524af8dc74b2d9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 06:20:23 +0000 Subject: [PATCH] Update clap requirement from 3.1.8 to 4.5.0 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.0) --- 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..583af3d 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.0", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } lazy_static = "1.4.0" linked-hash-map = "0.5.4" liquid = "0.26.0"