From 993be1d34a42daf4f28c48c73d03e377a110ce3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:06:51 +0000 Subject: [PATCH] chore(deps): Bump clap from 4.0.1 to 4.0.7 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.1 to 4.0.7. - [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/clap_complete-v4.0.1...v4.0.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51db315..e327115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.1" +version = "4.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd03107d0f87139c1774a15f3db2165b0652b5460c58c27e561f89c20c599eaf" +checksum = "0a1af219c3e254a8b4649d6ddaef886b2015089f35f2ac5e1db31410c0566ab8" dependencies = [ "atty", "bitflags", @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.1" +version = "4.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca689d7434ce44517a12a89456b2be4d1ea1cafcd8f581978c03d45f5a5c12a7" +checksum = "cd114ae53ce5a0670f43d2f169c1cd26c69b4896b0c121900cf1e4d06d67316c" dependencies = [ "heck", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 46d4d7f..603b84c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pre-release-replacements = [ [dependencies] git2 = { version = "0.15", default-features = false, features = ["vendored-libgit2"] } -clap = { version = "4.0.0", features = ["derive", "wrap_help"] } +clap = { version = "4.0.7", features = ["derive", "wrap_help"] } clap-verbosity-flag = "2.0" log = "0.4" env_logger = { version = "0.9", default-features = false, features = ["termcolor"] }