Skip to content

Update Rust crate clap to v4.5.60#449

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

Update Rust crate clap to v4.5.60#449
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.34.5.60

Release Notes

clap-rs/clap (clap)

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

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

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

v4.5.4

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Apr 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: runners/akula/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path runners/akula/Cargo.toml --package clap@4.5.3 --precise 4.5.60
    Updating git repository `https://github.com/vorot93/arrayvec`
remote: Repository not found.
fatal: repository 'https://github.com/vorot93/arrayvec/' not found
warning: spurious network error (3 tries remaining): process didn't exit successfully: `git fetch --no-tags --force --update-head-ok 'https://github.com/vorot93/arrayvec' '+9e430a94359435dfe8e21467f160708ebcc01226:refs/commit/9e430a94359435dfe8e21467f160708ebcc01226'` (exit status: 128)
remote: Repository not found.
fatal: repository 'https://github.com/vorot93/arrayvec/' not found
warning: spurious network error (2 tries remaining): process didn't exit successfully: `git fetch --no-tags --force --update-head-ok 'https://github.com/vorot93/arrayvec' '+9e430a94359435dfe8e21467f160708ebcc01226:refs/commit/9e430a94359435dfe8e21467f160708ebcc01226'` (exit status: 128)
remote: Repository not found.
fatal: repository 'https://github.com/vorot93/arrayvec/' not found
warning: spurious network error (1 try remaining): process didn't exit successfully: `git fetch --no-tags --force --update-head-ok 'https://github.com/vorot93/arrayvec' '+9e430a94359435dfe8e21467f160708ebcc01226:refs/commit/9e430a94359435dfe8e21467f160708ebcc01226'` (exit status: 128)
remote: Repository not found.
fatal: repository 'https://github.com/vorot93/arrayvec/' not found
error: failed to load source for dependency `arrayvec`

Caused by:
  Unable to update https://github.com/vorot93/arrayvec?branch=pop-unchecked#9e430a94

Caused by:
  failed to fetch into: /home/ubuntu/.cargo/git/db/arrayvec-533b4f8a9804dc9a

Caused by:
  revision 9e430a94359435dfe8e21467f160708ebcc01226 not found

Caused by:
  process didn't exit successfully: `git fetch --no-tags --force --update-head-ok 'https://github.com/vorot93/arrayvec' '+9e430a94359435dfe8e21467f160708ebcc01226:refs/commit/9e430a94359435dfe8e21467f160708ebcc01226'` (exit status: 128)

@renovate renovate bot enabled auto-merge (squash) April 29, 2025 15:25
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 29, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 07fc934 to a9d20ad Compare May 11, 2025 02:02
@renovate renovate bot changed the title Update Rust crate clap to v4.5.37 Update Rust crate clap to v4.5.38 May 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from a9d20ad to 37167f2 Compare May 27, 2025 22:23
@renovate renovate bot changed the title Update Rust crate clap to v4.5.38 Update Rust crate clap to v4.5.39 May 27, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 37167f2 to 1a8a590 Compare June 15, 2025 07:56
@renovate renovate bot changed the title Update Rust crate clap to v4.5.39 Update Rust crate clap to v4.5.40 Jun 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 15, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 1a8a590 to 555a2e1 Compare July 10, 2025 03:46
@renovate renovate bot changed the title Update Rust crate clap to v4.5.40 Update Rust crate clap to v4.5.41 Jul 10, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 10, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 30, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.41 Update Rust crate clap to v4.5.42 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 540d38e to bcba573 Compare August 6, 2025 17:03
@renovate renovate bot changed the title Update Rust crate clap to v4.5.42 Update Rust crate clap to v4.5.43 Aug 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 6, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from bcba573 to 9568e38 Compare August 11, 2025 20:49
@renovate renovate bot changed the title Update Rust crate clap to v4.5.43 Update Rust crate clap to v4.5.44 Aug 11, 2025
@renovate renovate bot changed the title Update Rust crate clap to v4.5.52 Update Rust crate clap to v4.5.53 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from d896e57 to 7550ce0 Compare January 2, 2026 22:26
@renovate renovate bot changed the title Update Rust crate clap to v4.5.53 Update Rust crate clap to v4.5.54 Jan 2, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 7550ce0 to d441034 Compare January 27, 2026 22:27
@renovate renovate bot changed the title Update Rust crate clap to v4.5.54 Update Rust crate clap to v4.5.55 Jan 27, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 27, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from d441034 to ecb3521 Compare January 29, 2026 17:51
@renovate renovate bot changed the title Update Rust crate clap to v4.5.55 Update Rust crate clap to v4.5.56 Jan 29, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 29, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from ecb3521 to 56d77bb Compare February 3, 2026 22:07
@renovate renovate bot changed the title Update Rust crate clap to v4.5.56 Update Rust crate clap to v4.5.57 Feb 3, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 3, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 56d77bb to c4f50e2 Compare February 11, 2026 16:46
@renovate renovate bot changed the title Update Rust crate clap to v4.5.57 Update Rust crate clap to v4.5.58 Feb 11, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 11, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c4f50e2 to c9e6b19 Compare February 17, 2026 02:00
@renovate renovate bot changed the title Update Rust crate clap to v4.5.58 Update Rust crate clap to v4.5.59 Feb 17, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 17, 2026
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c9e6b19 to aa9ce41 Compare February 19, 2026 21:53
@renovate renovate bot changed the title Update Rust crate clap to v4.5.59 Update Rust crate clap to v4.5.60 Feb 19, 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