Skip to content

Commit 3b982cf

Browse files
authored
chore(deps): update rust crate clap to 4.5.36 (#2286)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.35` -> `4.5.36` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.36`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.35...v4.5.36) ##### Fixes - *(help)* Revert 4.5.35's "Don't leave space for shorts if there are none" for now </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 2b47db4 commit 3b982cf

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
@@ -43,7 +43,7 @@ config = { version = "0.15.11", default-features = false, features = [
4343
"preserve_order",
4444
] }
4545
chrono = "0.4.40"
46-
clap = { version = "4.5.35", features = ["derive"] }
46+
clap = { version = "4.5.36", features = ["derive"] }
4747
console-subscriber = "0.4.1"
4848
cp_r = "0.5.2"
4949
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
@@ -20,8 +20,8 @@ backtrace = { version = "0.3.71", features = ["gimli-symbolize"] }
2020
bit-set = { version = "0.8.0" }
2121
bit-vec = { version = "0.8.0" }
2222
camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
23-
clap = { version = "4.5.35", features = ["derive", "env", "unicode", "wrap_help"] }
24-
clap_builder = { version = "4.5.35", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
23+
clap = { version = "4.5.36", features = ["derive", "env", "unicode", "wrap_help"] }
24+
clap_builder = { version = "4.5.36", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
2525
console = { version = "0.15.10" }
2626
either = { version = "1.13.0" }
2727
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)