Skip to content

Update Rust crate clap to v4.6.6 - #293

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

Update Rust crate clap to v4.6.6#293
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Apr 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.344.6.6

Release Notes

clap-rs/clap (clap)

v4.6.6

Compare Source

v4.6.5

Compare Source

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

Configuration

📅 Schedule: (UTC)

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

@sourcery-ai

sourcery-ai Bot commented Apr 1, 2025

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This PR updates the clap crate to version 4.5.35, incorporating fixes for help message alignment and spacing. The update involves changes to the Cargo.lock file to reflect the new dependency version.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated the clap crate dependency to version 4.5.35.
  • Updated clap from version 4.5.34 to 4.5.35.
Process_Injection_CreateThread/Cargo.lock
Fixed help alignment for positionals and flags within the same help heading.
  • Aligned positionals and flags when placed in the same help_heading.
Removed unnecessary space in help messages when short flags are absent.
  • Removed extra space for short flags when none are present.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate Bot changed the title Update Rust crate clap to v4.5.35 Update Rust crate clap to v4.5.36 Apr 11, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 3f15cfb to 411dbaf Compare April 11, 2025 20:43
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.36 Update Rust crate clap to v4.5.37 Apr 18, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 411dbaf to ae7b947 Compare April 18, 2025 21:04
@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
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from ae7b947 to 5ac3ea7 Compare May 11, 2025 04:59
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 5ac3ea7 to e88bee6 Compare May 27, 2025 21:15
@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 renovate Bot changed the title Update Rust crate clap to v4.5.39 Update Rust crate clap to v4.5.40 Jun 9, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from e88bee6 to c5c59d4 Compare June 9, 2025 20:30
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from c5c59d4 to a6ede97 Compare July 10, 2025 00:27
@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
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a6ede97 to 7f1679b Compare July 30, 2025 04:12
@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 changed the title Update Rust crate clap to v4.5.42 Update Rust crate clap to v4.5.43 Aug 6, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 7f1679b to fea09d8 Compare August 6, 2025 18:15
@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 force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 0a62dd1 to 5b7a69a Compare August 12, 2025 21:57
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.44 Update Rust crate clap to v4.5.45 Aug 12, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 5b7a69a to e05a8a5 Compare August 26, 2025 17:30
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.45 Update Rust crate clap to v4.5.46 Aug 26, 2025
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.46 Update Rust crate clap to v4.5.47 Sep 7, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from e05a8a5 to c913ce8 Compare September 7, 2025 00:08
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from c913ce8 to 44c9527 Compare September 19, 2025 21:24
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.47 Update Rust crate clap to v4.5.48 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 44c9527 to ff8d9f0 Compare October 13, 2025 17:55
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.48 Update Rust crate clap to v4.5.49 Oct 13, 2025
@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
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from dbabe52 to 34c8504 Compare January 29, 2026 17:13
@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 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
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 34c8504 to 7ceb9b9 Compare February 3, 2026 17:51
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 7ceb9b9 to 3753f65 Compare February 11, 2026 14:58
@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
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 3753f65 to 2386478 Compare February 16, 2026 22:45
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.58 Update Rust crate clap to v4.5.59 Feb 16, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 2386478 to 2561003 Compare February 19, 2026 22:16
@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
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 2561003 to 024a9ec Compare March 12, 2026 19:02
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.60 Update Rust crate clap to v4.5.61 Mar 12, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 024a9ec to 82fb997 Compare March 12, 2026 22:45
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.61 Update Rust crate clap to v4.6.0 Mar 12, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 82fb997 to 8038ac5 Compare April 16, 2026 11:07
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.0 Update Rust crate clap to v4.6.1 Apr 16, 2026
@codacy-production

codacy-production Bot commented Apr 16, 2026

Copy link
Copy Markdown

Not up to standards ⛔

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 8038ac5 to 996a471 Compare July 15, 2026 21:01
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.1 Update Rust crate clap to v4.6.2 Jul 15, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 996a471 to 7fdc1d1 Compare July 20, 2026 21:13
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.2 Update Rust crate clap to v4.6.3 Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 7fdc1d1 to 6ba9df9 Compare July 22, 2026 02:10
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.3 Update Rust crate clap to v4.6.4 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 6ba9df9 to e7b6b81 Compare July 31, 2026 22:47
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.4 Update Rust crate clap to v4.6.5 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from e7b6b81 to ccad186 Compare August 6, 2026 16:51
@renovate renovate Bot changed the title Update Rust crate clap to v4.6.5 Update Rust crate clap to v4.6.6 Aug 6, 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