From 22fa8b2aa995e8c08b552adaf3ab50c074ff9186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 07:10:35 +0000 Subject: [PATCH] chore(deps): bump clap-verbosity-flag from 1.0.0 to 1.0.1 Bumps [clap-verbosity-flag](https://github.com/rust-clique/clap-verbosity-flag) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-clique/clap-verbosity-flag/releases) - [Changelog](https://github.com/rust-cli/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-clique/clap-verbosity-flag/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e10408..3ede1ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17e437250f23cdd03daf3de763093aa27873a026ef9a156800da9ddd617c51d4" +checksum = "0636f9c040082f8e161555a305f8cec1a1c2828b3d981c812b8c39f4ac00c42c" dependencies = [ "clap", "log",