From 82c59c7f3c4c87893a9e95ee1a039ef6a5d3e061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 15:48:01 +0000 Subject: [PATCH] cargo: bump clap from 3.1.9 to 3.1.10 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10. - [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/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cefa83e3..63f51615d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.9" +version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe" +checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" dependencies = [ "atty", "bitflags", @@ -239,7 +239,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25" dependencies = [ - "clap 3.1.9", + "clap 3.1.10", ] [[package]] @@ -270,7 +270,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f" dependencies = [ - "clap 3.1.9", + "clap 3.1.10", "roff", ] @@ -729,7 +729,7 @@ dependencies = [ "assert_cmd", "atty", "chrono", - "clap 3.1.9", + "clap 3.1.10", "clap_complete", "clap_mangen", "config", diff --git a/Cargo.toml b/Cargo.toml index a0ff590ed..c2992d649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = ["lib"] assert_cmd = "2.0.4" atty = "0.2.14" chrono = "0.4.19" -clap = { version = "3.1.9", features = ["derive"] } +clap = { version = "3.1.10", features = ["derive"] } clap_complete = "3.1.1" clap_mangen = "0.1" config = "0.13.1"