Update Rust crate clap to v4.5.53 #15

Merged
ward merged 2 commits from renovate/clap-4.x-lockfile into main 2025-12-04 13:42:51 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.42 -> 4.5.53

Release Notes

clap-rs/clap (clap)

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.5.42` -> `4.5.53` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.53`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.52...v4.5.53) ##### Features - Add `default_values_if`, `default_values_ifs` ### [`v4.5.52`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4552---2025-11-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.51...v4.5.52) ##### Fixes - Don't panic when `args_conflicts_with_subcommands` conflicts with an `ArgGroup` ### [`v4.5.51`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4551---2025-10-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.50...v4.5.51) ##### Fixes - *(help)* Correctly calculate padding for short flags that take a value - *(help)* Don't panic on short flags using `ArgAction::Count` ### [`v4.5.50`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.49...v4.5.50) ##### Features - Accept `Cow` where `String` and `&str` are accepted ### [`v4.5.49`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.48...v4.5.49) ##### Fixes - *(help)* Correctly wrap when ANSI escape codes are present ### [`v4.5.48`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4548---2025-09-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.47...v4.5.48) ##### Documentation - Add a new CLI Concepts document as another way of framing clap - Expand the `typed_derive` cookbook entry ### [`v4.5.47`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.47) ##### Features - Added `impl FromArgMatches for ()` - Added `impl Args for ()` - Added `impl Subcommand for ()` - Added `impl FromArgMatches for Infallible` - Added `impl Subcommand for Infallible` ##### Fixes - *(derive)* Update runtime error text to match `clap` ### [`v4.5.46`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.46) ##### Features - Expose `StyledStr::push_str` ### [`v4.5.45`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4545---2025-08-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.44...v4.5.45) ##### Fixes - *(unstable-v5)* `ValueEnum` variants now use the full doc comment, not summary, for `PossibleValue::help` ### [`v4.5.44`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4544---2025-08-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.43...v4.5.44) ##### Features - Add `Command::mut_subcommands` ### [`v4.5.43`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4543---2025-08-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.42...v4.5.43) ##### Fixes - *(help)* In long help, list Possible Values before defaults, rather than after, for a more consistent look </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-08-06 20:05:20 +00:00
Update Rust crate clap to v4.5.43
All checks were successful
CI / cargo test (pull_request) Successful in 59m11s
CI / cargo test (push) Successful in 1h11m23s
0df16decb2
renovatebot force-pushed renovate/clap-4.x-lockfile from 0df16decb2 to 1883c7af75 2025-08-11 20:06:27 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.43 to Update Rust crate clap to v4.5.44 2025-08-11 20:06:31 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from 1883c7af75 to 4af9788bdd 2025-08-12 20:10:32 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.44 to Update Rust crate clap to v4.5.45 2025-08-12 20:10:33 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from 4af9788bdd to b821aae73e 2025-08-26 16:04:55 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.45 to Update Rust crate clap to v4.5.46 2025-08-26 16:05:01 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from b821aae73e to 8f8f74debc 2025-09-02 20:06:37 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.46 to Update Rust crate clap to v4.5.47 2025-09-02 20:06:39 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from 8f8f74debc to c5974c5f47 2025-09-20 00:05:48 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.47 to Update Rust crate clap to v4.5.48 2025-09-20 00:05:49 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from c5974c5f47 to 60c4814911 2025-10-13 20:06:22 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.48 to Update Rust crate clap to v4.5.49 2025-10-13 20:06:28 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from 60c4814911 to 74699dd030 2025-10-20 16:07:16 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.49 to Update Rust crate clap to v4.5.50 2025-10-20 16:07:18 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from 74699dd030 to ed41cb80c6 2025-10-29 16:05:36 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.50 to Update Rust crate clap to v4.5.51 2025-10-29 16:05:42 +00:00
renovatebot changed title from Update Rust crate clap to v4.5.51 to Update Rust crate clap to v4.5.52 2025-11-18 04:11:57 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from ed41cb80c6 to fb3f1e47af 2025-11-18 04:12:05 +00:00 Compare
renovatebot changed title from Update Rust crate clap to v4.5.52 to Update Rust crate clap to v4.5.53 2025-11-20 00:07:10 +00:00
renovatebot force-pushed renovate/clap-4.x-lockfile from fb3f1e47af to 935f97784d 2025-11-20 00:07:41 +00:00 Compare
ward added 1 commit 2025-12-04 13:42:44 +00:00
Merge branch 'main' into renovate/clap-4.x-lockfile
Some checks failed
CI / cargo test (push) Has been cancelled
CI / cargo test (pull_request) Has been cancelled
340d595e37
ward merged commit e205868792 into main 2025-12-04 13:42:51 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ward/mvw#15
No description provided.