From 0cfa6f435af625da3203aa0673d6d8321355e016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:41:29 +0000 Subject: [PATCH] cargo: bump clap from 4.0.8 to 4.0.9 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.8 to 4.0.9. - [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.8...v4.0.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6389fbd59..0994a7faa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b" +checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0" dependencies = [ "atty", "bitflags", @@ -254,14 +254,14 @@ version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a" dependencies = [ - "clap 4.0.8", + "clap 4.0.9", ] [[package]] name = "clap_derive" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1" +checksum = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b" dependencies = [ "heck", "proc-macro-error", @@ -294,7 +294,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe" dependencies = [ - "clap 4.0.8", + "clap 4.0.9", "roff", ] @@ -714,7 +714,7 @@ dependencies = [ "assert_cmd", "atty", "chrono", - "clap 4.0.8", + "clap 4.0.9", "clap_complete", "clap_mangen", "config", diff --git a/Cargo.toml b/Cargo.toml index 07bbdd196..e106d1e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = ["lib"] [dependencies] atty = "0.2.14" chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] } -clap = { version = "4.0.8", features = ["derive", "deprecated"] } +clap = { version = "4.0.9", features = ["derive", "deprecated"] } clap_complete = "4.0.2" clap_mangen = "0.2.2" config = { version = "0.13.2", features = ["toml"] }