chore(deps): update rust crate clap to v4.6.5 #54

Open
renovate-bot wants to merge 1 commit from renovate/clap-4.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.11 -> 4.6.5

Release Notes

clap-rs/clap (clap)

v4.6.5

Compare Source

Fixes
  • (help) Correctly mark which value_names are optional with num_args

v4.6.4

Compare Source

Internal
  • Update to syn v3

v4.6.3

Compare Source

Fixes
  • (derive) Allow "literal".function() as attribute values

v4.6.2

Compare Source

Fixes
  • (help) Say alias when there is only one

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

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

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source


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 | minor | `4.5.11` -> `4.6.5` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.6.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#465---2026-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.4...v4.6.5) ##### Fixes - *(help)* Correctly mark which `value_names` are optional with `num_args` ### [`v4.6.4`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#464---2026-07-21) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.3...v4.6.4) ##### Internal - Update to syn v3 ### [`v4.6.3`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#463---2026-07-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.2...v4.6.3) ##### Fixes - *(derive)* Allow `"literal".function()` as attribute values ### [`v4.6.2`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#462---2026-07-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.1...v4.6.2) ##### Fixes - *(help)* Say `alias` when there is only one ### [`v4.6.1`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#461---2026-04-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.6.0...v4.6.1) ##### Fixes - *(derive)* Ensure rebuilds happen when an read env variable is changed ### [`v4.6.0`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#460---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.61...v4.6.0) ##### Compatibility - Update MSRV to 1.85 ### [`v4.5.61`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4561---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.60...v4.5.61) ##### Internal - Update dependencies ### [`v4.5.60`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4560---2026-02-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.59...v4.5.60) ##### Fixes - *(help)* Quote empty default values, possible values ### [`v4.5.59`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4559---2026-02-16) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.58...v4.5.59) ##### Fixes - `Command::ignore_errors` no longer masks help/version on subcommands ### [`v4.5.58`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4558---2026-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.57...v4.5.58) ### [`v4.5.57`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4557---2026-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.56...v4.5.57) ##### Fixes - Regression from 4.5.55 where having an argument with `.value_terminator("--")` caused problems with an argument with `.last(true)` ### [`v4.5.56`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4556---2026-01-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.55...v4.5.56) ##### Fixes - On conflict error, don't show conflicting arguments in the usage ### [`v4.5.55`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4555---2026-01-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.54...v4.5.55) ##### Fixes - Fix inconsistency in precedence between positionals with a `value_terminator("--")` and escapes (`--`) where `./foo -- bar` means the first arg is empty, rather than escaping future args ### [`v4.5.54`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4554---2026-01-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.53...v4.5.54) ##### Fixes - *(help)* Move `[default]` to its own paragraph when `PossibleValue::help` is present in `--help` ### [`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 ### [`v4.5.42`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4542---2025-07-30) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.41...v4.5.42) ##### Fixes - Include subcommand visible long aliases in `--help` ### [`v4.5.41`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4541---2025-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.40...v4.5.41) ##### Features - Add `Styles::context` and `Styles::context_value` to customize the styling of `[default: value]` like notes in the `--help` ### [`v4.5.40`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4540---2025-06-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.39...v4.5.40) ##### Features - Support quoted ids in `arg!()` macro (e.g. `arg!("check-config": ...)`) ### [`v4.5.39`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.39) ##### Fixes - *(help)* Show short flag aliases before long - *(help)* Merge the short and long flag alias lists ### [`v4.5.38`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.37...v4.5.38) ##### Fixes - *(help)* When showing aliases, include leading `--` or `-` ### [`v4.5.37`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.36...v4.5.37) ##### Features - Added `ArgMatches::try_clear_id()` ### [`v4.5.36`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://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 ### [`v4.5.35`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4535---2025-04-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.34...v4.5.35) ##### Fixes - *(help)* Align positionals and flags when put in the same `help_heading` - *(help)* Don't leave space for shorts if there are none ### [`v4.5.34`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4534---2025-03-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.33...v4.5.34) ##### Fixes - *(help)* Don't add extra blank lines with `flatten_help(true)` and subcommands without arguments ### [`v4.5.33`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4533---2025-03-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.32...v4.5.33) ##### Fixes - *(error)* When showing the usage of a suggestion for an unknown argument, don't show the group ### [`v4.5.32`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4532---2025-03-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.31...v4.5.32) ##### Features - Add `Error::remove` ##### Documentation - *(cookbook)* Switch from `humantime` to `jiff` - *(tutorial)* Better cover required vs optional ##### Internal - Update `pulldown-cmark` ### [`v4.5.31`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4531---2025-02-24) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31) ##### Features - Add `ValueParserFactory` for `Saturating<T>` ### [`v4.5.30`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4530---2025-02-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.29...v4.5.30) ##### Fixes - *(assert)* Allow `num_args(0..=1)` to be used with `SetTrue` - *(assert)* Clean up rendering of `takes_values` assertions ### [`v4.5.29`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.28...v4.5.29) ##### Fixes - Change `ArgMatches::args_present` so not-present flags are considered not-present (matching the documentation) ### [`v4.5.28`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4528---2025-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.27...v4.5.28) ##### Features - *(derive)* Unstable support for full markdown syntax for doc comments, enabled with `unstable-markdown` ### [`v4.5.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback ### [`v4.5.26`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4526---2025-01-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.25...v4.5.26) ##### Fixes - *(error)* Reduce binary size with the `suggestions` feature ### [`v4.5.25`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4525---2025-01-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.25) ##### Fixes - *(help)* Reduce binary size ### [`v4.5.24`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4524---2025-01-07) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.23...v4.5.24) ##### Fixes - *(parser)* Correctly handle defaults with `ignore_errors(true)` and when a suggestion is provided for an unknown argument ### [`v4.5.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23) ##### Fixes - *(parser)* When check `allow_negative_numbers`, allow `E` again ### [`v4.5.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22) ##### Fixes - *(assert)* Catch bugs with arguments requiring themself ### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used ### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.12 to fix(deps): update rust crate clap to v4.5.13 2024-08-01 03:32:29 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 7e4ac3de59
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 12cc5615ac
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-01 03:32:30 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.13 to fix(deps): update rust crate clap to v4.5.14 2024-08-08 22:02:41 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 12cc5615ac
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to c9f75864b2
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-08 22:02:43 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.14 to fix(deps): update rust crate clap to v4.5.15 2024-08-10 06:02:57 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from c9f75864b2
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 17c5aa4cd8
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-10 06:02:59 +05:30
Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from 17c5aa4cd8
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 662a5c93dc
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-08-16 03:32:33 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.15 to fix(deps): update rust crate clap to v4.5.16 2024-08-16 03:32:34 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.16 to fix(deps): update rust crate clap to v4.5.17 2024-09-05 01:33:03 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 662a5c93dc
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to d5ed2ea05b
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-09-11 19:37:51 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.17 to fix(deps): update rust crate clap to v4.5.18 2024-09-21 02:03:24 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from d5ed2ea05b
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 55004cb9f8
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-09-21 02:03:25 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.18 to fix(deps): update rust crate clap to v4.5.19 2024-10-02 00:03:52 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 55004cb9f8
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 8a267e543e
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-10-02 00:03:53 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.19 to fix(deps): update rust crate clap to v4.5.20 2024-10-08 19:33:37 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 8a267e543e
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to a1059e0843
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
2024-10-08 19:33:39 +05:30
Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from a1059e0843
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 0b7618bbb9 2024-12-23 18:10:08 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.20 to fix(deps): update rust crate clap to v4.5.23 2024-12-23 18:10:09 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 0b7618bbb9 to 7b8aa547e6 2025-01-10 22:39:37 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.23 to fix(deps): update rust crate clap to v4.5.26 2025-01-10 22:39:38 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.26 to fix(deps): update rust crate clap to v4.5.27 2025-01-27 05:12:38 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 7b8aa547e6 to d68effb998 2025-01-27 05:12:38 +05:30 Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from d68effb998 to 2864f5a71a 2025-02-10 05:13:43 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.27 to fix(deps): update rust crate clap to v4.5.28 2025-02-10 05:13:43 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 2864f5a71a to b3270a4b13 2025-02-17 05:14:27 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.28 to fix(deps): update rust crate clap to v4.5.29 2025-02-17 05:14:27 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from b3270a4b13 to 2d25db757a 2025-02-24 05:12:32 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.29 to fix(deps): update rust crate clap to v4.5.30 2025-02-24 05:12:33 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 2d25db757a to cd72a0bc90 2025-03-17 05:10:56 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.30 to fix(deps): update rust crate clap to v4.5.32 2025-03-17 05:10:57 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from cd72a0bc90 to ec5ca581b8 2025-03-31 05:13:04 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.32 to fix(deps): update rust crate clap to v4.5.34 2025-03-31 05:13:05 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.34 to fix(deps): update rust crate clap to v4.5.35 2025-04-03 10:25:21 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from ec5ca581b8 to 0f917604ee 2025-04-03 10:25:21 +05:30 Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from 0f917604ee to 57568c48cd 2025-04-14 05:09:32 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.35 to fix(deps): update rust crate clap to v4.5.36 2025-04-14 05:09:33 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 57568c48cd to 2d48879c0a 2025-04-20 19:04:08 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.36 to fix(deps): update rust crate clap to v4.5.37 2025-04-20 19:04:09 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.37 to fix(deps): update rust crate clap to v4.5.38 2025-05-12 05:26:05 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 2d48879c0a to 2998fe4653 2025-05-12 05:26:05 +05:30 Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from 2998fe4653 to 07fdd0b3d5 2025-06-02 05:16:43 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.38 to fix(deps): update rust crate clap to v4.5.39 2025-06-02 05:16:44 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 07fdd0b3d5 to 9c18885205 2025-06-16 05:43:28 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.39 to fix(deps): update rust crate clap to v4.5.40 2025-06-16 05:43:30 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 9c18885205 to 81387cfa8e 2025-07-14 05:10:26 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.40 to fix(deps): update rust crate clap to v4.5.41 2025-07-14 05:10:28 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 81387cfa8e to 57c7fc803f 2025-08-04 05:14:15 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.41 to fix(deps): update rust crate clap to v4.5.42 2025-08-04 05:14:15 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.42 to fix(deps): update rust crate clap to v4.5.43 2025-08-11 05:13:31 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 57c7fc803f to c4e83fa7a1 2025-08-11 05:13:31 +05:30 Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from c4e83fa7a1 to cd008b9bca 2025-08-18 05:41:02 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.43 to fix(deps): update rust crate clap to v4.5.45 2025-08-18 05:41:02 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from cd008b9bca to e2afa4c850 2025-09-01 05:14:20 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.45 to fix(deps): update rust crate clap to v4.5.46 2025-09-01 05:14:20 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.46 to fix(deps): update rust crate clap to v4.5.47 2025-09-08 05:13:53 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from e2afa4c850 to bc2a417932 2025-09-08 05:13:53 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.47 to chore(deps): update rust crate clap to v4.5.47 2025-09-15 05:13:36 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from bc2a417932 to fdbdab82ff 2025-09-22 05:17:33 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.47 to chore(deps): update rust crate clap to v4.5.48 2025-09-22 05:17:33 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from fdbdab82ff to cc57fdab88 2025-10-20 05:15:15 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.48 to chore(deps): update rust crate clap to v4.5.49 2025-10-20 05:15:17 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from cc57fdab88 to 96c1285aef 2025-10-27 05:13:57 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.49 to chore(deps): update rust crate clap to v4.5.50 2025-10-27 05:13:58 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 96c1285aef to f70ebbd62b 2025-11-03 05:15:58 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.50 to chore(deps): update rust crate clap to v4.5.51 2025-11-03 05:15:58 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from f70ebbd62b to 0d1f327f85 2025-11-24 05:14:27 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.51 to chore(deps): update rust crate clap to v4.5.53 2025-11-24 05:14:29 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 0d1f327f85 to 4ffeb04e86 2026-01-05 05:10:16 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.53 to chore(deps): update rust crate clap to v4.5.54 2026-01-05 05:10:18 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 4ffeb04e86 to 20d7464c49 2026-02-02 05:09:52 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.54 to chore(deps): update rust crate clap to v4.5.56 2026-02-02 05:09:54 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 20d7464c49 to 3dd877c1ae 2026-02-09 05:10:06 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.56 to chore(deps): update rust crate clap to v4.5.57 2026-02-09 05:10:07 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 3dd877c1ae to bf2df4024c 2026-02-16 05:09:59 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.57 to chore(deps): update rust crate clap to v4.5.58 2026-02-16 05:09:59 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from bf2df4024c to f2eb140ee4 2026-02-23 05:10:18 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.58 to chore(deps): update rust crate clap to v4.5.60 2026-02-23 05:10:19 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from f2eb140ee4 to f1b3037e3f 2026-03-16 05:10:04 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.60 to chore(deps): update rust crate clap to v4.6.0 2026-03-16 05:10:05 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from f1b3037e3f to 44b3ffdb2b 2026-04-20 05:10:20 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.6.0 to chore(deps): update rust crate clap to v4.6.1 2026-04-20 05:10:21 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 44b3ffdb2b to a54e74176c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-06-19 17:07:07 +05:30
Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from a54e74176c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
to 5dcba13f52
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-07-20 05:11:42 +05:30
Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.6.1 to chore(deps): update rust crate clap to v4.6.2 2026-07-20 05:11:44 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 5dcba13f52
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
to b62b4c9f6f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-07-27 05:11:21 +05:30
Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.6.2 to chore(deps): update rust crate clap to v4.6.4 2026-07-27 05:11:24 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from b62b4c9f6f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
to c5da086bb9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
2026-08-03 05:10:41 +05:30
Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.6.4 to chore(deps): update rust crate clap to v4.6.5 2026-08-03 05:10:43 +05:30
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/clap-4.x-lockfile:renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/clap-4.x-lockfile
git switch master
git merge --squash renovate/clap-4.x-lockfile
git switch master
git merge --ff-only renovate/clap-4.x-lockfile
git switch master
git merge renovate/clap-4.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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
ForgeFlux/ftest!54
No description provided.