Skip to content

[Renovate] Update Rust crate clap to 4.6.0#1905

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

[Renovate] Update Rust crate clap to 4.6.0#1905
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.314.6.0

Release Notes

clap-rs/clap (clap)

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

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 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.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@renovate renovate bot requested a review from kevinmatthes as a code owner March 10, 2025 22:24
@renovate renovate bot added the rust Pull requests that update Rust code label Mar 10, 2025
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.32 [Renovate] Update Rust crate clap to 4.5.33 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 3b0fa86 to 15e0227 Compare March 26, 2025 22:53
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.33 [Renovate] Update Rust crate clap to 4.5.34 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 15e0227 to faaf02a Compare March 27, 2025 07:50
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.34 [Renovate] Update Rust crate clap to 4.5.35 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from faaf02a to 69a7087 Compare April 1, 2025 21:22
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 69a7087 to ea13bca Compare April 11, 2025 23:42
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.35 [Renovate] Update Rust crate clap to 4.5.36 Apr 11, 2025
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.36 [Renovate] Update Rust crate clap to 4.5.37 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from ea13bca to bbc2a6f Compare April 18, 2025 22:34
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.37 [Renovate] Update Rust crate clap to 4.5.38 May 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from bbc2a6f to 65b6c9f Compare May 11, 2025 01:29
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.38 [Renovate] Update Rust crate clap to 4.5.39 May 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 65b6c9f to e981957 Compare May 27, 2025 20:42
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.39 [Renovate] Update Rust crate clap to 4.5.40 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from e981957 to 8e2cebc Compare June 9, 2025 22:03
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.40 [Renovate] Update Rust crate clap to 4.5.41 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 8e2cebc to daecf7c Compare July 10, 2025 04:07
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.41 [Renovate] Update Rust crate clap to 4.5.42 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from daecf7c to 473b1af Compare July 30, 2025 04:47
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.42 [Renovate] Update Rust crate clap to 4.5.43 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 473b1af to 385239f Compare August 6, 2025 17:47
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 385239f to 6bfe626 Compare August 15, 2025 03:54
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.43 [Renovate] Update Rust crate clap to 4.5.45 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 6bfe626 to bd41aad Compare September 1, 2025 06:35
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.45 [Renovate] Update Rust crate clap to 4.5.46 Sep 1, 2025
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.46 [Renovate] Update Rust crate clap to 4.5.47 Sep 3, 2025
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.47 [Renovate] Update Rust crate clap to 4.5.48 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 0412bc6 to ca8cbf1 Compare September 20, 2025 03:54
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.48 [Renovate] Update Rust crate clap to 4.5.49 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from ca8cbf1 to 3144682 Compare October 14, 2025 07:44
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.49 [Renovate] Update Rust crate clap to 4.5.50 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 3144682 to 9875365 Compare October 20, 2025 23:10
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.50 [Renovate] Update Rust crate clap to 4.5.51 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 9875365 to b788a46 Compare November 1, 2025 07:50
@renovate renovate bot force-pushed the renovate/clap-4.x branch from b788a46 to a16390a Compare November 19, 2025 20:12
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.51 [Renovate] Update Rust crate clap to 4.5.52 Nov 19, 2025
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.52 [Renovate] Update Rust crate clap to 4.5.53 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x branch from a16390a to 9ffea88 Compare November 20, 2025 11:56
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 9ffea88 to 412c171 Compare January 3, 2026 07:59
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.53 [Renovate] Update Rust crate clap to 4.5.54 Jan 3, 2026
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.54 [Renovate] Update Rust crate clap to 4.5.55 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from d07e22b to e9b7ef2 Compare January 30, 2026 03:59
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.55 [Renovate] Update Rust crate clap to 4.5.56 Jan 30, 2026
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.56 [Renovate] Update Rust crate clap to 4.5.57 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x branch from e9b7ef2 to 0b956be Compare February 4, 2026 11:47
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 0b956be to 6d6b185 Compare February 12, 2026 07:42
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.57 [Renovate] Update Rust crate clap to 4.5.58 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 6d6b185 to 458b509 Compare February 17, 2026 04:10
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.58 [Renovate] Update Rust crate clap to 4.5.59 Feb 17, 2026
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.59 [Renovate] Update Rust crate clap to 4.5.60 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 458b509 to 0585731 Compare February 20, 2026 03:44
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 0585731 to fead1d1 Compare March 14, 2026 12:29
@renovate renovate bot changed the title [Renovate] Update Rust crate clap to 4.5.60 [Renovate] Update Rust crate clap to 4.6.0 Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant