Skip to content

Commit

Permalink
Bump clap from 3.2.5 to 3.2.6 (#2138)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
<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>[3.2.6] - 2022-06-21</h2>
<h3>Fixes</h3>
<ul>
<li>Don't panic when parsing <code>--=</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/3823df9bbe03efefcb49319834a72cf2cfa2ede9"><code>3823df9</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/8a659bc2b43c33d57597da3c14156f9e2ef4f235"><code>8a659bc</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/ceb7ee4f54fba8681f418a4d1e92ed3d91f30cbe"><code>ceb7ee4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3860">#3860</a> from epage/panic</li>
<li><a href="https://github.com/clap-rs/clap/commit/01da890145adab9b1993ffde57af3788c7ed00a3"><code>01da890</code></a> fix(parser): Don't panic on <code>--=</code></li>
<li><a href="https://github.com/clap-rs/clap/commit/dabb5713d4d60b52deaef21c42c9d9dae57f5def"><code>dabb571</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3853">#3853</a> from dtolnay-contrib/valuevalidation</li>
<li><a href="https://github.com/clap-rs/clap/commit/690530a19120e47415026498370ee57d74aad721"><code>690530a</code></a> Fix typo in ErrorKind::ValueValidation message</li>
<li><a href="https://github.com/clap-rs/clap/commit/ae78f88d48cfd64cd93875d54103a51cdf7e5382"><code>ae78f88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3852">#3852</a> from epage/msrv</li>
<li><a href="https://github.com/clap-rs/clap/commit/82d70d82c46925339229048bbea9d2a6a8c3843a"><code>82d70d8</code></a> chore: Bump MSRV from 1.56.0 to 1.56.1</li>
<li><a href="https://github.com/clap-rs/clap/commit/8c28bec3960aebae7eb9ec1509aa8d5ad2760c7f"><code>8c28bec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3851">#3851</a> from tshepang/trim-manifest</li>
<li><a href="https://github.com/clap-rs/clap/commit/806f634bfa777fd7f0966d73d79a31e576fe9bf3"><code>806f634</code></a> chore: trim Cargo manifest fields whose values are defaults</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6">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=3.2.5&new-version=3.2.6)](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>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 0ebb3cf commit b7cf41c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ boa_engine = { path = "../boa_engine", features = ["deser", "console"], version
boa_interner = { path = "../boa_interner", version = "0.15.0" }
rustyline = "9.1.2"
rustyline-derive = "0.6.0"
clap = { version = "3.2.5", features = ["derive"] }
clap = { version = "3.2.6", features = ["derive"] }
serde_json = "1.0.81"
colored = "2.0.0"
regex = "1.5.6"
Expand Down

0 comments on commit b7cf41c

Please sign in to comment.