From cc25d85a371b16765f46e497ff23d62e09a01a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:41:47 +0000 Subject: [PATCH] Update clap requirement from 3.0.0-beta.2 to 4.3.21 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_generate-v3.0.0-rc.0...v4.3.21) --- 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 fea9414..c2ffd15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ catagories = ["config"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/state.html [dependencies] -clap = "3.0.0-beta.2" +clap = "4.3.21" log = "0.4.14" env_logger = "0.9.0" snafu = "0.6.10"