Skip to content

chore(deps): update rust crate clap to v4.6.6 - #20

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

chore(deps): update rust crate clap to v4.6.6#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.384.6.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

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.

@coderabbitai

coderabbitai Bot commented May 27, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.39 Jun 9, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 63bdb68 to 03e4c97 Compare June 9, 2025 19:57
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.40 Jul 10, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 03e4c97 to 0225799 Compare July 10, 2025 03:08
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.41 Aug 4, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 0ed0197 to 1b3fa4e Compare August 6, 2025 20:32
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.42 Aug 6, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.43 Aug 11, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1b3fa4e to 1acd5e3 Compare August 11, 2025 22:48
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.44 Aug 12, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1acd5e3 to 5dd1361 Compare August 12, 2025 19:02
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.45 Aug 26, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 5dd1361 to 1ec2a78 Compare August 26, 2025 17:59
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.46 Sep 6, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1ec2a78 to 9c09ddb Compare September 6, 2025 22:54
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.47 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 9c09ddb to aacb750 Compare September 19, 2025 21:20
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.48 Sep 25, 2025
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.48 Oct 13, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from aacb750 to 7519ccc Compare October 13, 2025 16:55
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.49 Oct 20, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 7519ccc to 1a3a2f4 Compare October 20, 2025 17:59
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.50 Oct 29, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1a3a2f4 to 006fee1 Compare October 29, 2025 16:44
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.51 Nov 18, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 006fee1 to 3150856 Compare November 18, 2025 03:37
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.52 Nov 19, 2025
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 3150856 to 8f69601 Compare November 19, 2025 21:09
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from f0a4059 to ce6a2b4 Compare January 27, 2026 22:02
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.54 Jan 27, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.55 Jan 29, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 4f4bcc7 to 1e4136c Compare February 3, 2026 18:01
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.56 Feb 3, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.57 Feb 11, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from f71aca5 to ff6f0ec Compare February 17, 2026 00:35
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.58 Feb 17, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.59 Feb 19, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from ff6f0ec to a70d3f5 Compare February 19, 2026 21:54
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a70d3f5 to f6f4f34 Compare March 12, 2026 19:03
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.60 Mar 12, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.61 Mar 12, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from f6f4f34 to 6d239bc Compare March 12, 2026 21:19
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.0 May 9, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 6d239bc to e828f68 Compare May 9, 2026 06:37
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from e828f68 to a265afc Compare May 18, 2026 19:14
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a265afc to c752d6c Compare July 15, 2026 21:10
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.1 Jul 15, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.2 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 1ba1341 to 14cb087 Compare July 21, 2026 22:40
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.3 Jul 21, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.4 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 14cb087 to 5c0ab41 Compare July 31, 2026 22:36
@renovate
renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 5c0ab41 to bc42e1b Compare August 6, 2026 17:38
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.6.5 Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants