From 3df29ba47ef4247f0f7616c8bcc67199c53b29d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 04:15:54 +0000 Subject: Bump clap from 3.1.14 to 3.1.15 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15. - [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.14...v3.1.15) --- 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 bdd3e1b..e513c1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,9 +543,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.14" +version = "3.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535434c063ced786eb04aaf529308092c5ab60889e8fe24275d15de07b01fa97" +checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d" dependencies = [ "atty", "bitflags", @@ -565,7 +565,7 @@ version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356" dependencies = [ - "clap 3.1.14", + "clap 3.1.15", ] [[package]] @@ -596,7 +596,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2ff85c3fa1e7c1a4229f7b4221f769757c3982e2afd3e6d9381d59db2c7e61" dependencies = [ - "clap 3.1.14", + "clap 3.1.15", "roff", ] @@ -1401,7 +1401,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.1.14", + "clap 3.1.15", "clap_complete", "clap_mangen", "futures", diff --git a/Cargo.toml b/Cargo.toml index 0dec37d..cb7a75e 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.14", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.15", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.1.3" clap_mangen = "0.1" chrono = "0.4" -- cgit v1.2.3