From 75c98c3858f9079d8cd749d62ad521c79705fadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 04:19:41 +0000 Subject: 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 0e3e608..bde8aa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,9 +543,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", @@ -565,7 +565,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]] @@ -596,7 +596,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", ] @@ -1401,7 +1401,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.1.9", + "clap 3.1.10", "clap_complete", "clap_mangen", "futures", diff --git a/Cargo.toml b/Cargo.toml index f3412bd..dbe76ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.1.9", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.10", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.1.1" clap_mangen = "0.1" chrono = "0.4" -- cgit v1.2.3