From 28ea340e1f2c921c8e48f8876cfead4a50ad5977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 19:05:28 +0000 Subject: [PATCH] Update clap requirement from 2.33 to 3.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_generate-v3.0.0-rc.0...clap_complete-v3.0.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Cargo.toml b/config/Cargo.toml index 14baa2c..282ac95 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -9,5 +9,5 @@ version = "0.2.0-nightly" [dependencies] anyhow = "1.0" bstr = "0.2" -clap = "2.33" +clap = "3.0" log = "0.4"