Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump clap from 4.3.4 to 4.3.5 (#158)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
<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.3.5</h2>
<h2>[4.3.5] - 2023-06-20</h2>
<ul>
<li><code>ColorChoice::possible_values</code> is added to simplify
things for builder users</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>ColorChoice::to_possible_value</code> no longer includes
descriptions, encouraging shorter help where possible</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.3.5] - 2023-06-20</h2>
<ul>
<li><code>ColorChoice::possible_values</code> is added to simplify
things for builder users</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>ColorChoice::to_possible_value</code> no longer includes
descriptions, encouraging shorter help where possible</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/cf7f3a7ba0562b9b9ab11590e331d28e31d9a6de"><code>cf7f3a7</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/acde4387bb8c472922bba92520abe539deb211cf"><code>acde438</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/4aff61dd01565bdb96cdb6e81384a6ecd5421e75"><code>4aff61d</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4978">#4978</a>
from clap-rs/colorchoice-values</li>
<li><a
href="https://github.com/clap-rs/clap/commit/cfd1d22e26f064a957842a6069b70e45f79cbdbf"><code>cfd1d22</code></a>
Improve colorchoice enum</li>
<li><a
href="https://github.com/clap-rs/clap/commit/482012abae3074553c5287f906e4ef6c65455a87"><code>482012a</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4973">#4973</a>
from epage/stale</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3ad2bf606106e705134e3b19f4680a6b127995c9"><code>3ad2bf6</code></a>
docs(builder): Describe current sort semantics</li>
<li><a
href="https://github.com/clap-rs/clap/commit/ae16079120722d1e4820711a8f99a247d804b5ee"><code>ae16079</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4968">#4968</a>
from hartwork/transparentize-logo</li>
<li><a
href="https://github.com/clap-rs/clap/commit/c685c70397afdc2e5b8b89bc74d45de7a661a500"><code>c685c70</code></a>
docs: Make clap logo background transparent</li>
<li>See full diff in <a
href="https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5">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.3.4&new-version=4.3.5)](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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent 9221fba commit 39c7e38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39c7e38

Please sign in to comment.