Skip to content

Commit

Permalink
Bump clap from 4.0.15 to 4.0.17 (#2905)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.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.0.17</h2>
<h2>[4.0.17] - 2022-10-18</h2>
<h3>Fixes</h3>
<ul>
<li>Allow using <code>Arg::last(true)</code> with
<code>Arg::value_hint(ValueHint::CommandWithArguments)</code></li>
</ul>
<h2>v4.0.16</h2>
<h2>[4.0.16] - 2022-10-18</h2>
<h3>Fixes</h3>
<ul>
<li><code>Arg::exclusive(true)</code> should not be exclusive with the
argument's own <code>ArgGroup</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.0.17] - 2022-10-18</h2>
<h3>Fixes</h3>
<ul>
<li>Allow using <code>Arg::last(true)</code> with
<code>Arg::value_hint(ValueHint::CommandWithArguments)</code></li>
</ul>
<h2>[4.0.16] - 2022-10-18</h2>
<h3>Fixes</h3>
<ul>
<li><code>Arg::exclusive(true)</code> should not be exclusive with the
argument's own <code>ArgGroup</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/b9dfbbf7e4b9b0c1d747b4a6ca0dabded48da0a9"><code>b9dfbbf</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a6c8f6a5bdbc4f387776112114a001b984d802bc"><code>a6c8f6a</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e11afa284b2478ac0a6d2b62d429f6c2e420f296"><code>e11afa2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4401">#4401</a>
from epage/last</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1ead5ef421be313f636ed0ba765dfd5abf9289ee"><code>1ead5ef</code></a>
fix(complete): Support last(true) with CommandWithArguments</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e50a11a404c36028db50f703c072736c9ff582ad"><code>e50a11a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4399">#4399</a>
from j-browne/link-fix</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a1d4476f24f8015f3b21511efc0f0c9b0630d1a8"><code>a1d4476</code></a>
Fix a broken link in ValueEnum docs</li>
<li><a
href="https://github.com/clap-rs/clap/commit/cbb05d54f850bcb16090799187747f62540ba703"><code>cbb05d5</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b77bd0cc6a3cd03d593f1acec23bd31d0dfec195"><code>b77bd0c</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/466b6f837ec597f3232011976ac63cf301661326"><code>466b6f8</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4397">#4397</a>
from epage/exclusive</li>
<li><a
href="https://github.com/clap-rs/clap/commit/45dcf0ed222e5fdb023f45b50366cf0e3817c907"><code>45dcf0e</code></a>
fix(parser): Don't make Args <code>exclusive</code> with their
ArgGroup</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.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.0.15&new-version=4.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Oct 19, 2022
1 parent acdfd89 commit b4fc249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 bin/full-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
async-std = "1.12.0"
atty = "0.2.14"
blake2-rfc = { version = "0.2.18", default-features = false }
clap = { version = "4.0.15", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
clap = { version = "4.0.17", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
ctrlc = "3.2.2"
derive_more = "0.99.17"
directories = "4.0.1"
Expand Down

0 comments on commit b4fc249

Please sign in to comment.