Skip to content

Commit

Permalink
[deps]: Update Rust crate clap_complete to 4.4.10 (#575)
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://github.com/clap-rs/clap)
([source](https://github.com/clap-rs/clap/tree/HEAD/clap_complete)) |
dependencies | patch | `4.4.9` -> `4.4.10` |

---

### Release Notes

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

###
[`v4.4.10`](https://github.com/clap-rs/clap/blob/HEAD/clap_complete/CHANGELOG.md#4410---2024-02-02)

[Compare
Source](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.9...clap_complete-v4.4.10)

##### Fixes

-   *(bash)* Allow completing filenames with spaces

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 098870d commit bf02c3b
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.33", features = [
"std",
], default-features = false }
clap = { version = "4.4.18", features = ["derive", "env", "string"] }
clap_complete = "4.4.9"
clap_complete = "4.4.10"
color-eyre = "0.6"
comfy-table = "^7.1.0"
directories = "5.0.1"
Expand Down

0 comments on commit bf02c3b

Please sign in to comment.