Bump clap from 4.5.31 to 4.5.33 #13

Closed
dependabot[bot] wants to merge 1 commits from dependabot/cargo/clap-4.5.33 into main
dependabot[bot] commented 2025-03-26 15:13:41 -04:00 (Migrated from github.com)

Bumps clap from 4.5.31 to 4.5.33.

Release notes

Sourced from clap's releases.

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Changelog

Sourced from clap's changelog.

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Commits
  • 61f5ee5 chore: Release
  • 3e65384 docs: Update changelog
  • fca8f73 Merge pull request #5706 from shannmu/external_subcommand
  • fc82a3e feat(complete): Support to complete custom external subcommand
  • 6a09122 test(complete): Add test for external subcommand
  • d2874a5 Merge pull request #5766 from epage/completer
  • a767a97 feat: Add CommandExt support
  • 32853d7 refactor(builder): Make Ext code similar for Arg, Command
  • e9ce1be refactor(builder): Rename AppTag to AppExt
  • f89afeb refactor(complete): Put most general completer first
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.33. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.33</h2> <h2>[4.5.33] - 2025-03-26</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When showing the usage of a suggestion for an unknown argument, don't show the group</li> </ul> <h2>v4.5.32</h2> <h2>[4.5.32] - 2025-03-10</h2> <h3>Features</h3> <ul> <li>Add <code>Error::remove</code></li> </ul> <h3>Documentation</h3> <ul> <li><em>(cookbook)</em> Switch from <code>humantime</code> to <code>jiff</code></li> <li><em>(tutorial)</em> Better cover required vs optional</li> </ul> <h3>Internal</h3> <ul> <li>Update <code>pulldown-cmark</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.33] - 2025-03-26</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When showing the usage of a suggestion for an unknown argument, don't show the group</li> </ul> <h2>[4.5.32] - 2025-03-10</h2> <h3>Features</h3> <ul> <li>Add <code>Error::remove</code></li> </ul> <h3>Documentation</h3> <ul> <li><em>(cookbook)</em> Switch from <code>humantime</code> to <code>jiff</code></li> <li><em>(tutorial)</em> Better cover required vs optional</li> </ul> <h3>Internal</h3> <ul> <li>Update <code>pulldown-cmark</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/61f5ee514f8f60ed8f04c6494bdf36c19e7a8126"><code>61f5ee5</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3e6538427f0cce3321ad5b9df99a72614b970415"><code>3e65384</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/fca8f73c2c01bd88e171f2f5d9adb7a08039c124"><code>fca8f73</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5706">#5706</a> from shannmu/external_subcommand</li> <li><a href="https://github.com/clap-rs/clap/commit/fc82a3e52887b426302013a8bcd94fa76b9fcbf4"><code>fc82a3e</code></a> feat(complete): Support to complete custom external subcommand</li> <li><a href="https://github.com/clap-rs/clap/commit/6a091224215c886ef55a46f93c707438a487116d"><code>6a09122</code></a> test(complete): Add test for external subcommand</li> <li><a href="https://github.com/clap-rs/clap/commit/d2874a50cf594ace49a9dfa644e734f83491a403"><code>d2874a5</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5766">#5766</a> from epage/completer</li> <li><a href="https://github.com/clap-rs/clap/commit/a767a97c791a46ee2371b01b99adfadb82a08012"><code>a767a97</code></a> feat: Add CommandExt support</li> <li><a href="https://github.com/clap-rs/clap/commit/32853d7b19ddd5944b91a7ff20bcec4bce570a7f"><code>32853d7</code></a> refactor(builder): Make Ext code similar for Arg, Command</li> <li><a href="https://github.com/clap-rs/clap/commit/e9ce1be7078322afbcb8e4195012c2b30d33b6ff"><code>e9ce1be</code></a> refactor(builder): Rename AppTag to AppExt</li> <li><a href="https://github.com/clap-rs/clap/commit/f89afeb8618e9863f40d363fd458f01ed099b091"><code>f89afeb</code></a> refactor(complete): Put most general completer first</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.5.31...clap_complete-v4.5.33">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.31&new-version=4.5.33)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
dependabot[bot] commented 2025-03-27 15:39:48 -04:00 (Migrated from github.com)

Superseded by #14.

Superseded by #14.

Pull request closed

Sign in to join this conversation.