Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.5.27 (#2087)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://redirect.github.com/clap-rs/clap) |
workspace.dependencies | patch | `4.5.26` -> `4.5.27` |

---

### Release Notes

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

###
[`v4.5.27`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20)

[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.26...v4.5.27)

##### Documentation

-   Iterate on tutorials and reference based on feedback

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTguNCIsInVwZGF0ZWRJblZlciI6IjM5LjExOC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
nextest-bot authored Jan 21, 2025
1 parent e067e18 commit c323272
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ config = { version = "0.15.6", default-features = false, features = [
"preserve_order",
] }
chrono = "0.4.39"
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
console-subscriber = "0.4.1"
cp_r = "0.5.2"
crossterm = { version = "0.28.1", features = ["event-stream"] }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ backtrace = { version = "0.3.71", features = ["gimli-symbolize"] }
bit-set = { version = "0.8.0" }
bit-vec = { version = "0.8.0" }
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
clap = { version = "4.5.26", features = ["derive", "env", "unicode", "wrap_help"] }
clap_builder = { version = "4.5.26", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
clap = { version = "4.5.27", features = ["derive", "env", "unicode", "wrap_help"] }
clap_builder = { version = "4.5.27", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
console = { version = "0.15.8" }
either = { version = "1.13.0" }
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
Expand Down

0 comments on commit c323272

Please sign in to comment.