Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump clap from 4.5.9 to 4.5.13 (#178)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.13. <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.13</h2> <h2>[4.5.13] - 2024-07-31</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Improve error message when <code>#[flatten]</code>ing an optional <code>#[group(skip)]</code></li> <li><em>(help)</em> Properly wrap long subcommand descriptions in help</li> </ul> <h2>v4.5.12</h2> <h2>[4.5.12] - 2024-07-31</h2> <h2>v4.5.10</h2> <h2>[4.5.10] - 2024-07-23</h2> </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.13] - 2024-07-31</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Improve error message when <code>#[flatten]</code>ing an optional <code>#[group(skip)]</code></li> <li><em>(help)</em> Properly wrap long subcommand descriptions in help</li> </ul> <h2>[4.5.12] - 2024-07-31</h2> <h2>[4.5.11] - 2024-07-25</h2> <h2>[4.5.10] - 2024-07-23</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/66b5a122ecd53234e02c15d57ccc2744b9f7a5ca"><code>66b5a12</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a83b724fc12cbd733f580cec39b03df6a3e2a17f"><code>a83b724</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/e19469f0e2dc0df0877bfbe00b11f64d97bdfefd"><code>e19469f</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5615">#5615</a> from epage/wrap</li> <li><a href="https://github.com/clap-rs/clap/commit/360bb3bc11bf7a0a18ba269642704492383eb028"><code>360bb3b</code></a> fix(help): Properly wrap subcommand about</li> <li><a href="https://github.com/clap-rs/clap/commit/58b5bd89ea1dc324769f4b6185ca840d775bb66e"><code>58b5bd8</code></a> test(help): Show bad subcommand wrapping</li> <li><a href="https://github.com/clap-rs/clap/commit/e1f63207307200bb4a51094a1311f34aabe795e8"><code>e1f6320</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5614">#5614</a> from epage/snap</li> <li><a href="https://github.com/clap-rs/clap/commit/7b5b61b0218d2c19ed424155e7ae55d21b0e2240"><code>7b5b61b</code></a> test(help): Switch to snapbox</li> <li><a href="https://github.com/clap-rs/clap/commit/1490e2434aaf4071dc0dc36fe0046238401a3679"><code>1490e24</code></a> chore: Update snapbox</li> <li><a href="https://github.com/clap-rs/clap/commit/6671d9350027a9fb5cfca44304603d0d32f5e30a"><code>6671d93</code></a> Merge pull request <a href="https://github.com/clap-rs/clap/issues/5613">#5613</a> from epage/flatten</li> <li><a href="https://github.com/clap-rs/clap/commit/13dfdb38709ded67d2bedafdea56306f04749bd9"><code>13dfdb3</code></a> fix(derive): Improve flattening-skipped-group assert</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...v4.5.13">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.9&new-version=4.5.13)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information