From 722f8ff3e59daf2a838ee97ede523b2a80f45107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:07:50 +0000 Subject: [PATCH] cargo: bump clap from 4.0.29 to 4.0.30 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.30. - [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.29...v4.0.30) --- 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 48878edc8..fcd0c70d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.29" +version = "4.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2" dependencies = [ "bitflags", "clap_derive", @@ -249,7 +249,7 @@ version = "4.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7b3c9eae0de7bf8e3f904a5e40612b21fb2e2e566456d177809a48b892d24da" dependencies = [ - "clap 4.0.29", + "clap 4.0.30", ] [[package]] @@ -289,7 +289,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e503c3058af0a0854668ea01db55c622482a080092fede9dd2e00a00a9436504" dependencies = [ - "clap 4.0.29", + "clap 4.0.30", "roff", ] @@ -775,7 +775,7 @@ version = "0.6.1" dependencies = [ "assert_cmd", "chrono", - "clap 4.0.29", + "clap 4.0.30", "clap_complete", "clap_mangen", "config", diff --git a/Cargo.toml b/Cargo.toml index 304ccd3a9..9e70be9b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ members = ["lib"] [dependencies] chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } -clap = { version = "4.0.29", features = ["derive", "deprecated"] } +clap = { version = "4.0.30", features = ["derive", "deprecated"] } clap_complete = "4.0.6" clap_mangen = "0.2.5" config = { version = "0.13.3", default-features = false, features = ["toml"] }