Skip to content

Commit

Permalink
chore(deps): Bump clap_complete from 4.3.0 to 4.3.1 (vectordotdev#17586)
Browse files Browse the repository at this point in the history
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.0 to
4.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_complete's
changelog</a>.</em></p>
<blockquote>
<h2>[4.3.1] - 2023-06-02</h2>
<h3>Performance</h3>
<ul>
<li><em>(derive)</em> Reduce the amount of generated code</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/50f0e6bffbe28ba0d245c1789010592764a7d80d"><code>50f0e6b</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/147145714329b0f5dc203c31ab949cbd60fe3718"><code>1471457</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/7ead9ab3563422d87422fec05873852729f04256"><code>7ead9ab</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4947">#4947</a>
from klensy/formatless-error</li>
<li><a
href="https://github.com/clap-rs/clap/commit/df5d90101a86d5ff848c4ae713a535619ee390a7"><code>df5d901</code></a>
perf(derive): Reduce amount of generated code</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e8a35682195b7610dc4020fe650d9aa1c3722f12"><code>e8a3568</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4944">#4944</a>
from clap-rs/renovate/criterion-0.x</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a4f839196155b050a75544f72c42795204a4f9ea"><code>a4f8391</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4943">#4943</a>
from clap-rs/renovate/compatible-(dev)</li>
<li><a
href="https://github.com/clap-rs/clap/commit/4eb03ea4056fd4106c3df92117b9b0cf6027b069"><code>4eb03ea</code></a>
chore(deps): update rust crate criterion to 0.5.1</li>
<li><a
href="https://github.com/clap-rs/clap/commit/534be345d8b8775b56a017acf081b07798810d5f"><code>534be34</code></a>
chore(deps): update compatible (dev)</li>
<li><a
href="https://github.com/clap-rs/clap/commit/78bb48b6b8ef4d597b4b30b9add7927a2b0b0d8d"><code>78bb48b</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3430d62ed79796b471926e13dced883aac665e2d"><code>3430d62</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/4935">#4935</a>
from epage/nu</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...clap_complete-v4.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_complete&package-manager=cargo&previous-version=4.3.0&new-version=4.3.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2023
1 parent 1c1beb8 commit 8549809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cached = "0.43.0"
chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] }
clap = { version = "4.1.14", features = ["derive"] }
clap-verbosity-flag = "2.0.1"
clap_complete = "4.3.0"
clap_complete = "4.3.1"
confy = "0.5.1"
directories = "5.0.1"
# remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html
Expand Down

0 comments on commit 8549809

Please sign in to comment.