Skip to content

Commit

Permalink
Merge #72
Browse files Browse the repository at this point in the history
72: chore(deps): bump clap from 4.3.16 to 4.3.17 r=crepererum a=dependabot[bot]

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.17.
<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.17</h2>
<h2>[4.3.17] - 2023-07-19</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</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.3.17] - 2023-07-19</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/d824b1f0fd02c23a46b6b70bfdabea16cbdb1630"><code>d824b1f</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/99b478cc75fec49ab0b32941f1121f9a78df83a3"><code>99b478c</code></a> docs: Upate changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/4c7b9a10ac671b72402847a0ad5e2b21684bd697"><code>4c7b9a1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5023">#5023</a> from epage/wrap</li>
<li><a href="https://github.com/clap-rs/clap/commit/8b536e271935a98d1b96beab5b48c8a9c659bfda"><code>8b536e2</code></a> fix(help): Wrap long possible values correctly</li>
<li><a href="https://github.com/clap-rs/clap/commit/0951f934678536c41c8348af53b572c83b8b416e"><code>0951f93</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5018">#5018</a> from epage/dynamiite</li>
<li><a href="https://github.com/clap-rs/clap/commit/00e92171832238e85ab7336a700598a6fb33effe"><code>00e9217</code></a> feat(complete)!: Open to new shells for dynamic completions</li>
<li><a href="https://github.com/clap-rs/clap/commit/830dd740ef1ae1f83b9887e107a15e5aef75d5f4"><code>830dd74</code></a> feat(complete): Add dynamic-support shell enum</li>
<li><a href="https://github.com/clap-rs/clap/commit/278ae3ec635f970140f07b8ee460906ac61e7b52"><code>278ae3e</code></a> refactor(complete): Pull out completer</li>
<li><a href="https://github.com/clap-rs/clap/commit/e3f1ad932b5176bde534d1b350444a53bb25a48c"><code>e3f1ad9</code></a> refactor(complete): Generalize dynamic CLI interface</li>
<li><a href="https://github.com/clap-rs/clap/commit/8e9ded2f6a484cd55142ce255677e9ce4578e02e"><code>8e9ded2</code></a> fix(complete)!: Pull out generic completion code</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.17">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.16&new-version=4.3.17)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Jul 20, 2023
2 parents 7d109af + 6a3b7a6 commit 25ce7e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.71"
clap = { version = "4.3.16", features = ["derive", "env"] }
clap = { version = "4.3.17", features = ["derive", "env"] }
dotenvy = "0.15.7"
futures = "0.3.28"
thirtyfour = "0.31.0"
Expand Down

0 comments on commit 25ce7e0

Please sign in to comment.