From 0f07c2a59819f5ec7a6a3185af0242aa03053841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:55:44 +0100 Subject: [PATCH] [deps]: Update Rust crate clap_complete to 4.4.8 (#523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap_complete](https://togithub.com/clap-rs/clap) ([source](https://togithub.com/clap-rs/clap/tree/HEAD/clap_complete)) | dependencies | patch | `4.4.6` -> `4.4.8` | --- ### Release Notes
clap-rs/clap (clap_complete) ### [`v4.4.8`](https://togithub.com/clap-rs/clap/blob/HEAD/clap_complete/CHANGELOG.md#448---2024-01-19) [Compare Source](https://togithub.com/clap-rs/clap/compare/clap_complete-v4.4.7...clap_complete-v4.4.8) ##### Fixes - *(bash)* be consistent in identifiers when custom bin names are used ### [`v4.4.7`](https://togithub.com/clap-rs/clap/blob/HEAD/clap_complete/CHANGELOG.md#447---2024-01-15) [Compare Source](https://togithub.com/clap-rs/clap/compare/clap_complete-v4.4.6...clap_complete-v4.4.7) ##### Fixes - *(unstable)* Don't have dynamic completions pollute the parent command's help output
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bitwarden/sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bws/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc00dc15b..f01b93b30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,9 +747,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.6" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd" +checksum = "eaf7dcb7c21d8ca1a2482ee0f1d341f437c9a7af6ca6da359dc5e1b164e98215" dependencies = [ "clap", ] diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 38568c539..c2530af63 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -21,7 +21,7 @@ chrono = { version = "0.4.31", features = [ "std", ], default-features = false } clap = { version = "4.4.18", features = ["derive", "env", "string"] } -clap_complete = "4.4.6" +clap_complete = "4.4.8" color-eyre = "0.6" comfy-table = "^7.1.0" directories = "5.0.1"