From 74c847aa71643ca84a14a2c49eebea4598ded265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:02:40 +0000 Subject: [PATCH] Bump clap_complete from 4.1.5 to 4.2.0 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.5 to 4.2.0. - [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.1.5...clap_complete-v4.2.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3be7641..103fbba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.1.5" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1" +checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 62ff7fb..fe7cfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crunchy-cli-core = { path = "./crunchy-cli-core" } [build-dependencies] chrono = "0.4" clap = { version = "4.1", features = ["string"] } -clap_complete = "4.1" +clap_complete = "4.2" clap_mangen = "0.2" crunchy-cli-core = { path = "./crunchy-cli-core" }