From f2de0c5edf44c485160f32b43b3fed5c44082fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 15:51:22 +0000 Subject: [PATCH] cargo: bump clap from 3.2.8 to 3.2.10 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.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.2.8...v3.2.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 a5d586e5f..d48eb543d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.8" +version = "3.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" +checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa" dependencies = [ "atty", "bitflags", @@ -251,7 +251,7 @@ version = "3.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1" dependencies = [ - "clap 3.2.8", + "clap 3.2.10", ] [[package]] @@ -282,7 +282,7 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "937efe4451c32be4ccb3e19549cbb1ea5cb85197f39b87a9662ca1d7b1765d1d" dependencies = [ - "clap 3.2.8", + "clap 3.2.10", "roff", ] @@ -732,7 +732,7 @@ dependencies = [ "assert_cmd", "atty", "chrono", - "clap 3.2.8", + "clap 3.2.10", "clap_complete", "clap_mangen", "config", diff --git a/Cargo.toml b/Cargo.toml index d13216ac5..bb82fe3eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = ["lib"] [dependencies] atty = "0.2.14" chrono = "0.4.19" -clap = { version = "3.2.8", features = ["derive"] } +clap = { version = "3.2.10", features = ["derive"] } clap_complete = "3.2.3" clap_mangen = "0.1" config = { version = "0.13.1", features = ["toml"] }