From a072c6e9aaed486bb8750fb0960ab918b2c32b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:14:55 +0000 Subject: [PATCH] cargo: bump clap from 4.0.25 to 4.0.26 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.25 to 4.0.26. - [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.25...v4.0.26) --- 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 e8a39e0ea..aaaeac1ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.25" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", @@ -249,7 +249,7 @@ version = "4.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96b0fba905b035a30d25c1b585bf1171690712fbb0ad3ac47214963aa4acc36c" dependencies = [ - "clap 4.0.25", + "clap 4.0.26", ] [[package]] @@ -289,7 +289,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa149477df7854a1497db0def32b8a65bf98f72a14d04ac75b01938285d83420" dependencies = [ - "clap 4.0.25", + "clap 4.0.26", "roff", ] @@ -718,7 +718,7 @@ dependencies = [ "assert_cmd", "atty", "chrono", - "clap 4.0.25", + "clap 4.0.26", "clap_complete", "clap_mangen", "config", diff --git a/Cargo.toml b/Cargo.toml index 921f1a602..5a3de5cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = ["lib"] [dependencies] atty = "0.2.14" chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } -clap = { version = "4.0.25", features = ["derive", "deprecated"] } +clap = { version = "4.0.26", features = ["derive", "deprecated"] } clap_complete = "4.0.5" clap_mangen = "0.2.4" config = { version = "0.13.2", default-features = false, features = ["toml"] }