Skip to content

Commit 9f57879

Browse files
authored
chore(deps): update rust crate clap to 4.5.38 (#2349)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.37` -> `4.5.38` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.38`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.37...v4.5.38) ##### Fixes - *(help)* When showing aliases, include leading `--` or `-` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent f06edc9 commit 9f57879

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ config = { version = "0.15.11", default-features = false, features = [
4444
"preserve_order",
4545
] }
4646
chrono = "0.4.41"
47-
clap = { version = "4.5.37", features = ["derive", "unstable-markdown"] }
47+
clap = { version = "4.5.38", features = ["derive", "unstable-markdown"] }
4848
console-subscriber = "0.4.1"
4949
cp_r = "0.5.2"
5050
crossterm = { version = "0.29.0", features = ["event-stream"] }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ aho-corasick = { version = "1.1.3" }
1919
bit-set = { version = "0.8.0" }
2020
bit-vec = { version = "0.8.0" }
2121
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
22-
clap = { version = "4.5.37", features = ["derive", "env", "unicode", "unstable-markdown", "wrap_help"] }
23-
clap_builder = { version = "4.5.37", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
22+
clap = { version = "4.5.38", features = ["derive", "env", "unicode", "unstable-markdown", "wrap_help"] }
23+
clap_builder = { version = "4.5.38", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
2424
console = { version = "0.15.10" }
2525
either = { version = "1.13.0" }
2626
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)