From c3ad7cea1eeab0860cdeee2cf8c6aef64abee10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 12:50:22 -0400 Subject: [PATCH] build: bump clap_complete from 3.1.3 to 3.1.4 (#4015) 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 c7638240..537e26b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356" +checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 9fce9339..80ac94bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ ansi_term = "0.12.1" byte-unit = "4.0.14" chrono = "0.4.19" clap = { version = "3.1.18", features = ["derive", "cargo", "unicode"] } -clap_complete = "3.1.3" +clap_complete = "3.1.4" dirs-next = "2.0.0" dunce = "1.0.2" gethostname = "0.2.3"