Skip to content

Update Rust crate clap to v4.6.6 - #11

Open
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/clap-4.x-lockfile
Open

Update Rust crate clap to v4.6.6#11
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/clap-4.x-lockfile

Conversation

@konflux-staging

@konflux-staging konflux-staging Bot commented Sep 19, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.194.6.6

Release Notes

clap-rs/clap (clap)

v4.6.6

Compare Source

Features
  • Add Command::get_overridden_usage

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

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 4d7c4a5 to a842938 Compare September 20, 2025 04:13
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.47 fix(deps): update rust crate clap to v4.5.48 Sep 20, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from a842938 to 24e2fd3 Compare October 14, 2025 00:12
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.48 fix(deps): update rust crate clap to v4.5.49 Oct 14, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 24e2fd3 to dd29493 Compare October 20, 2025 20:07
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.49 fix(deps): update rust crate clap to v4.5.50 Oct 20, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from dd29493 to ff122a1 Compare October 29, 2025 16:20
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.50 fix(deps): update rust crate clap to v4.5.51 Oct 29, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from ff122a1 to f211b84 Compare November 18, 2025 00:28
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.51 fix(deps): update rust crate clap to v4.5.52 Nov 18, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from f211b84 to b9fe399 Compare November 20, 2025 08:21
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.52 fix(deps): update rust crate clap to v4.5.53 Nov 20, 2025
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from b9fe399 to 308e324 Compare January 3, 2026 04:17
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.53 fix(deps): update rust crate clap to v4.5.54 Jan 3, 2026
@konflux-staging konflux-staging Bot changed the title fix(deps): update rust crate clap to v4.5.54 chore(deps): update rust crate clap to v4.5.54 Jan 12, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 308e324 to b58c1fa Compare January 28, 2026 00:19
@konflux-staging konflux-staging 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 28, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from b58c1fa to f634582 Compare January 30, 2026 00:27
@konflux-staging konflux-staging 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 30, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from f634582 to b8863ba Compare February 3, 2026 20:10
@konflux-staging konflux-staging 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
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from b8863ba to 5dd9194 Compare February 11, 2026 16:20
@konflux-staging konflux-staging 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
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 5dd9194 to 1c68b04 Compare February 17, 2026 00:18
@konflux-staging konflux-staging 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
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 1c68b04 to d28b01d Compare February 19, 2026 20:19
@konflux-staging konflux-staging 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
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from d28b01d to d5e8b26 Compare March 13, 2026 00:12
@konflux-staging konflux-staging 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 13, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from d5e8b26 to 08b5a1a Compare April 20, 2026 12:13
@konflux-staging konflux-staging 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 20, 2026
@konflux-staging konflux-staging Bot changed the title chore(deps): update rust crate clap to v4.6.1 Update Rust crate clap to v4.6.1 Jun 16, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from 08b5a1a to c7a8f6f Compare July 18, 2026 20:23
@konflux-staging konflux-staging Bot changed the title Update Rust crate clap to v4.6.1 Update Rust crate clap to v4.6.2 Jul 18, 2026
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from c7a8f6f to f1734cf Compare July 23, 2026 16:18
@konflux-staging konflux-staging Bot changed the title Update Rust crate clap to v4.6.2 Update Rust crate clap to v4.6.3 Jul 23, 2026
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
@konflux-staging
konflux-staging Bot force-pushed the konflux/mintmaker/main/clap-4.x-lockfile branch from f1734cf to 3424b09 Compare August 11, 2026 17:35
@konflux-staging konflux-staging Bot changed the title Update Rust crate clap to v4.6.3 Update Rust crate clap to v4.6.6 Aug 11, 2026
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