Skip to content

Commit

Permalink
[deps]: Update Rust crate clap_complete to 4.4.8 (#523)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>clap-rs/clap (clap_complete)</summary>

###
[`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

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 25daa57 commit 0f07c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f07c2a

Please sign in to comment.