Commit bd8019c
authored
chore(deps): bump clap from 4.5.24 to 4.5.25 (#523)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.24 to 4.5.25.
<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.25</h2>
<h2>[4.5.25] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Reduce binary size</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.25] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Reduce binary size</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/64e37904615c3e2df85fd38370beb5961a31d557"><code>64e3790</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1cf50c77543cab6e648b967f8edc05115a24fe8b"><code>1cf50c7</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/085143dc14cb6686c1fe3852ea2aab193cd50a6e"><code>085143d</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5722">#5722</a>
from epage/sort</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e2d336b95f9370132d9ae638112d31be68ad9904"><code>e2d336b</code></a>
fix(complete): Put clap in chage of Fish ordering</li>
<li><a
href="https://github.com/clap-rs/clap/commit/059db0c1394a904cc83bed3cac2d9c5d6cef7bb0"><code>059db0c</code></a>
docs(complete): Clarify what flags we're using</li>
<li><a
href="https://github.com/clap-rs/clap/commit/19460ee00d3a8f09154503defd2a3b15e9041245"><code>19460ee</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/4b42ce402316a8a1d0d8efc6cede3b88def7cb7b"><code>4b42ce4</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/11920029dce5368e1daef35511169889584e8d24"><code>1192002</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5721">#5721</a>
from epage/update</li>
<li><a
href="https://github.com/clap-rs/clap/commit/75365ad7d52550592f02bb81e78aba1c313b95eb"><code>75365ad</code></a>
fix(help): Style arg groups</li>
<li><a
href="https://github.com/clap-rs/clap/commit/220597eb971fe6c30d3cf398085a70cb40739dbb"><code>220597e</code></a>
refactor: Clean up group formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.24...clap_complete-v4.5.25">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>3 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments