From 6f59a12f607b8b27ff02e594ba2a6ce204643b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:11:23 +0000 Subject: [PATCH] cargo: bump clap_complete from 3.2.4 to 3.2.5 Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.4 to 3.2.5. - [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-v3.2.4...clap_complete-v3.2.5) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... 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 a224cc4c3..bf98e6a69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,9 +240,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.2.4" +version = "3.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d" +checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index a8d8ba528..72f5052ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ members = ["lib"] atty = "0.2.14" chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] } clap = { version = "3.2.21", features = ["derive"] } -clap_complete = "3.2.4" +clap_complete = "3.2.5" clap_mangen = "0.1" config = { version = "0.13.2", features = ["toml"] } criterion = "0.4.0"