Skip to content

chore(deps): update rust crate clap to v4.5.48#245

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

chore(deps): update rust crate clap to v4.5.48#245
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 11, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.28 -> 4.5.48

Release Notes

clap-rs/clap (clap)

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)

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 requested a review from thetayloredman as a code owner February 11, 2025 23:26
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.30%. Comparing base (4d3dc7d) to head (8afba69).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
- Coverage   71.87%   69.30%   -2.58%     
==========================================
  Files          23       23              
  Lines        2905     2922      +17     
==========================================
- Hits         2088     2025      -63     
- Misses        817      897      +80     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.29 fix(deps): update rust crate clap to v4.5.30 Feb 17, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from d165e07 to beefaf2 Compare February 17, 2025 22:51
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.30 fix(deps): update rust crate clap to v4.5.31 Feb 24, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from beefaf2 to 42ee179 Compare February 24, 2025 16:35
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.31 fix(deps): update rust crate clap to v4.5.32 Mar 10, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 42ee179 to 8afba69 Compare March 10, 2025 23:20
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.32 fix(deps): update rust crate clap to v4.5.33 Mar 26, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 8afba69 to a507e59 Compare March 26, 2025 23:35
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.33 fix(deps): update rust crate clap to v4.5.34 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a507e59 to 27222ff Compare March 27, 2025 03:15
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.34 fix(deps): update rust crate clap to v4.5.35 Apr 1, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 27222ff to 4edc3bd Compare April 1, 2025 22:09
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 4edc3bd to 4f69498 Compare April 11, 2025 22:47
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.35 fix(deps): update rust crate clap to v4.5.36 Apr 11, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.36 fix(deps): update rust crate clap to v4.5.37 Apr 18, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 4f69498 to 9cd67da Compare April 18, 2025 19:23
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.37 fix(deps): update rust crate clap to v4.5.38 May 11, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 9cd67da to 9c93d97 Compare May 11, 2025 01:24
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.38 fix(deps): update rust crate clap to v4.5.39 May 27, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 9c93d97 to 6dc6128 Compare May 27, 2025 22:46
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.39 fix(deps): update rust crate clap to v4.5.40 Jun 15, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 6dc6128 to 5da3e77 Compare June 15, 2025 07:57
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 5da3e77 to 05de106 Compare July 10, 2025 00:05
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.40 fix(deps): update rust crate clap to v4.5.41 Jul 10, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.41 fix(deps): update rust crate clap to v4.5.43 Aug 7, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 2c4a7a5 to b4e1c5f Compare August 11, 2025 20:59
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.43 fix(deps): update rust crate clap to v4.5.44 Aug 11, 2025
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.44 fix(deps): update rust crate clap to v4.5.45 Aug 12, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from b4e1c5f to 1453684 Compare August 12, 2025 22:11
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.45 fix(deps): update rust crate clap to v4.5.46 Aug 26, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1453684 to 25cbc7f Compare August 26, 2025 19:59
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.46 fix(deps): update rust crate clap to v4.5.47 Sep 2, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 25cbc7f to 3736858 Compare September 2, 2025 20:35
@renovate renovate 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
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 3736858 to eddffd6 Compare September 20, 2025 01:16
@renovate renovate Bot changed the title fix(deps): update rust crate clap to v4.5.48 chore(deps): update rust crate clap to v4.5.48 Sep 25, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 25, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path compiler/zrc/Cargo.toml --package clap@4.5.28 --precise 4.5.48
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 26, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.5.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/clap-4.x-lockfile branch September 26, 2025 02:00
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.

2 participants