From b470da3b086e2ba3e562d28abb17b3dc42f02e7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:09:47 +0000 Subject: [PATCH] Update Rust crate clap to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09a024..7f8a37f 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.1.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } lazy_static = "1.4.0" linked-hash-map = "0.5.4" liquid = "0.26.0"