Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2025

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.23 -> 4.5.51

Release Notes

clap-rs/clap (clap)

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 6fa3356 to 7fe93d0 Compare July 12, 2025 16:14
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.40 chore(deps): update rust crate clap to v4.5.41 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 7fe93d0 to 815d181 Compare August 4, 2025 18:46
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.41 chore(deps): update rust crate clap to v4.5.42 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 815d181 to b9dcb31 Compare August 7, 2025 06:13
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.42 chore(deps): update rust crate clap to v4.5.43 Aug 7, 2025
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.43 chore(deps): update rust crate clap to v4.5.45 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from b9dcb31 to caaed9c Compare August 12, 2025 20:16
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from caaed9c to a6ddee6 Compare September 1, 2025 10:36
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.45 chore(deps): update rust crate clap to v4.5.46 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from a6ddee6 to 8946f31 Compare September 3, 2025 07:09
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.46 chore(deps): update rust crate clap to v4.5.47 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 8946f31 to f69b6ba Compare September 20, 2025 04:00
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.47 chore(deps): update rust crate clap to v4.5.48 Sep 20, 2025
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.48 chore(deps): update rust crate clap to v4.5.49 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 9dbff87 to 1b178f4 Compare October 20, 2025 23:31
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.49 chore(deps): update rust crate clap to v4.5.50 Oct 20, 2025
@renovate renovate bot changed the title chore(deps): update rust crate clap to v4.5.50 chore(deps): update rust crate clap to v4.5.51 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 1b178f4 to b5a84db Compare November 1, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant