From eacc7b6e04c5432ec41401511eb1508739d8e76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 05:04:43 +0000 Subject: [PATCH] Update clap requirement from 2.33.3 to 4.0.18 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/v3.2.23/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.0...v3.2.23) --- 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 7cbf0ce..95e60c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] bytemuck = "1.7.0" -clap = { version = "2.33.3", features = ["yaml", "color"] } +clap = { version = "4.0.18", features = ["yaml", "color"] } error-chain = "0.12.4" if_chain = "1.0.1" indicatif = "0.16.2"