From 07032235577e27aabd804fa51aa4e27a093da823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:01:26 +0000 Subject: [PATCH] Bump clap from 4.0.23 to 4.0.24 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.23 to 4.0.24. - [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/v4.0.23...v4.0.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37a06bc..52f9505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.23" +version = "4.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5" +checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 133e7b8..ef7cfc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ ron = "0.8.0" serde = { version = "1.0.147", features = ["derive"] } [dependencies.clap] -version = "4.0.23" +version = "4.0.24" features = ["cargo", "derive", "unicode", "wrap_help"] [dependencies.tui] @@ -33,7 +33,7 @@ default-features = false features = ["crossterm", "serde"] [build-dependencies] -clap = { version = "4.0.23", features = ["derive"] } +clap = { version = "4.0.24", features = ["derive"] } clap_complete = "4.0.5" clap_mangen = "0.2.4"