-
Notifications
You must be signed in to change notification settings - Fork 9
Commit d450368
authored
⬆️ 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://redirect.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://redirect.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://redirect.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 />
[](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>1 parent 2f40b62 commit d450368Copy full SHA for d450368
File tree
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changedFilter options
- client
Expand file treeCollapse file tree
2 files changed
+7
-7
lines changed+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments