From 05cc198e8c17864ed87304d3294dfeb3385fe97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 04:06:21 -0400 Subject: [PATCH] build: bump clap_complete from 3.2.2 to 3.2.3 (#4127) Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.2 to 3.2.3. - [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.2...clap_complete-v3.2.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1375752a1..161533143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,9 +288,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.2.2" +version = "3.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c09fbb00fb6e20e92f785598ecbf0c118f269737490c57af28b1ed07f392be16" +checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 900d58a25..54efa8585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ notify = ["notify-rust"] ansi_term = "0.12.1" chrono = "0.4.19" clap = { version = "=3.2.7", features = ["derive", "cargo", "unicode", "unstable-v4"] } -clap_complete = "3.2.2" +clap_complete = "3.2.3" dirs-next = "2.0.0" dunce = "1.0.2" gethostname = "0.2.3"