Bump clap_complete from 4.6.1 to 4.6.3 #135

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/clap_complete-4.6.3 into main
dependabot[bot] commented 2026-04-27 22:26:47 +00:00 (Migrated from github.com)

Bumps clap_complete from 4.6.1 to 4.6.3.

Changelog

Sourced from clap_complete's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.0 - TBD

available through unstable-v5 feature flag

Breaking Changes

  • Made ArgPredicate non_exhaustive
  • (help) Change default Command::term_width to "source format"
  • (help) Change default Command::max_term_width to 100
  • (derive) Vec<Vec<T>> types are now assuming to capture occurrences
  • (derive) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

Features

  • (derive) Group values by their occurrence with Vec<Vec<T>>

[Unreleased] - ReleaseDate

Commits
  • 7e0bcca chore: Release
  • 0f09905 docs: Update changelog
  • 9706951 Merge pull request #6353 from truffle-dev/feat-completer-arg-index
  • ac0d148 feat(complete): Index-aware ValueCompleter
  • 1565a3c test(complete): Cover indexed multi-value case
  • 48fc10a Merge pull request #6350 from stefankreutz/missing_docs
  • 7d4c353 docs: Hint at clippy's missing docs lint
  • f6a6701 chore(deps): Update Rust Stable to v1.95 (#6347)
  • ac5fda6 chore: Release
  • b73c627 docs: Update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_complete's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="https://semver.org/">Semantic Versioning</a>.</p> <h2>5.0.0 - TBD</h2> <p><em>available through <code>unstable-v5</code> feature flag</em></p> <h3>Breaking Changes</h3> <ul> <li>Made <code>ArgPredicate</code> <code>non_exhaustive</code></li> <li><em>(help)</em> Change default <code>Command::term_width</code> to &quot;source format&quot;</li> <li><em>(help)</em> Change default <code>Command::max_term_width</code> to 100</li> <li><em>(derive)</em> <code>Vec&lt;Vec&lt;T&gt;&gt;</code> types are now assuming to capture occurrences</li> <li><em>(derive)</em> <code>ValueEnum</code> variants now use the full doc comment, not summary, for <code>PossibleValue::help</code></li> </ul> <h3>Features</h3> <ul> <li><em>(derive)</em> Group values by their occurrence with <code>Vec&lt;Vec&lt;T&gt;&gt;</code></li> </ul> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7e0bccab8cf7be047fc84d804d19c7b30715d3fb"><code>7e0bcca</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0f09905658535c4b3a92afc037e8970959f55559"><code>0f09905</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/970695102173e40bddb0c95b0a3f6fb216f2eb19"><code>9706951</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6353">#6353</a> from truffle-dev/feat-completer-arg-index</li> <li><a href="https://github.com/clap-rs/clap/commit/ac0d148f7e21068fd1f544230456f30c95311f78"><code>ac0d148</code></a> feat(complete): Index-aware ValueCompleter</li> <li><a href="https://github.com/clap-rs/clap/commit/1565a3cbb411dedc410154fca0de7ec445fcdb08"><code>1565a3c</code></a> test(complete): Cover indexed multi-value case</li> <li><a href="https://github.com/clap-rs/clap/commit/48fc10ae88e4d723fd581745cbbff40eea9ebc88"><code>48fc10a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6350">#6350</a> from stefankreutz/missing_docs</li> <li><a href="https://github.com/clap-rs/clap/commit/7d4c353d5b843ac3b45473172ebdf9c80e89b697"><code>7d4c353</code></a> docs: Hint at clippy's missing docs lint</li> <li><a href="https://github.com/clap-rs/clap/commit/f6a6701e60f372c2104c6aca413c86b996e3e026"><code>f6a6701</code></a> chore(deps): Update Rust Stable to v1.95 (<a href="https://redirect.github.com/clap-rs/clap/issues/6347">#6347</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/ac5fda6a799e4c640d671edd1111d4a5e723dc1a"><code>ac5fda6</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b73c627638fb8d03497079408f5d684f281d132d"><code>b73c627</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_complete&package-manager=cargo&previous-version=4.6.1&new-version=4.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/cargo/clap_complete-4.6.3:dependabot/cargo/clap_complete-4.6.3
git switch dependabot/cargo/clap_complete-4.6.3

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/cargo/clap_complete-4.6.3
git switch dependabot/cargo/clap_complete-4.6.3
git rebase main
git switch main
git merge --ff-only dependabot/cargo/clap_complete-4.6.3
git switch dependabot/cargo/clap_complete-4.6.3
git rebase main
git switch main
git merge --no-ff dependabot/cargo/clap_complete-4.6.3
git switch main
git merge --squash dependabot/cargo/clap_complete-4.6.3
git switch main
git merge --ff-only dependabot/cargo/clap_complete-4.6.3
git switch main
git merge dependabot/cargo/clap_complete-4.6.3
git push origin main
Sign in to join this conversation.
No description provided.