Skip to content

chore(deps): update rust crate clap to v4.6.1#96

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x-lockfile
Open

chore(deps): update rust crate clap to v4.6.1#96
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 3, 2026

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.324.6.1

Release Notes

clap-rs/clap (clap)

v4.6.1

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • 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 bb51574 to 5065b28 Compare January 27, 2026 21:35
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.54 chore(deps): update rust crate clap to v4.5.55 Jan 27, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.55 chore(deps): update rust crate clap to v4.5.56 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 09eddb9 to 9574e49 Compare February 3, 2026 18:51
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.56 chore(deps): update rust crate clap to v4.5.57 Feb 3, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.57 chore(deps): update rust crate clap to v4.5.58 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from c2551af to a51d117 Compare February 17, 2026 00:58
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.58 chore(deps): update rust crate clap to v4.5.59 Feb 17, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.59 chore(deps): update rust crate clap to v4.5.60 Feb 19, 2026
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a51d117 to 86ec0a8 Compare February 19, 2026 22:08
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.60 chore(deps): update rust crate clap to v4.6.0 Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 86ec0a8 to d9faf9f Compare March 12, 2026 21:54
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.0 chore(deps): update rust crate clap to v4.6.1 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from d9faf9f to 20c214d Compare April 16, 2026 09:49
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.

0 participants