Skip to content

Commit

Permalink
Bump clap-verbosity-flag from 2.2.0 to 2.2.1 (#9)
Browse files Browse the repository at this point in the history
Bumps
[clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag)
from 2.2.0 to 2.2.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md">clap-verbosity-flag's
changelog</a>.</em></p>
<blockquote>
<h2>[2.2.1] - 2024-07-25</h2>
<h3>Compatibility</h3>
<ul>
<li>Raised MSRV to 1.74</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/adabc5d4d9cca7859de0c443455c2d22966468b2"><code>adabc5d</code></a>
chore: Release clap-verbosity-flag version 2.2.1</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/db340363017aa604aa3e1cfd6323a1741943b369"><code>db34036</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/574853bdde7674c8e8aa4b71692cc3946c4f6702"><code>574853b</code></a>
chore(deps): Update Rust crate clap to v4.5.8 (<a
href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/108">#108</a>)</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/0aa757832e54c668cc357f9171b8349e106405c1"><code>0aa7578</code></a>
chore(deps): Update Rust Stable to v1.79 (<a
href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/106">#106</a>)</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/2275c1fd98f10edea582454ba82aed5ff5ccf576"><code>2275c1f</code></a>
style: Make clippy happy</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/383332ed6b78dbd531fa397dc07b6cef2e94e7f5"><code>383332e</code></a>
chore(deps): Update compatible (dev) (<a
href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/105">#105</a>)</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/dbe848c50f9d599e555c6a130ceafce7e1ff3aab"><code>dbe848c</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/104">#104</a>
from epage/template</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/aca05cc439bf0780abd60b31738cde8e31a9fcf9"><code>aca05cc</code></a>
chore: Update from _rust/main template</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/f85ffc4edb4a06085bf701c058a9184f33461cc5"><code>f85ffc4</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/101">#101</a>
from clap-rs/renovate/stable-1.x</li>
<li><a
href="https://github.com/clap-rs/clap-verbosity-flag/commit/0c706d11585fc7ac175c32af0e875f302c77a2da"><code>0c706d1</code></a>
chore(deps): Update Rust Stable to v1.78</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap-verbosity-flag&package-manager=cargo&previous-version=2.2.0&new-version=2.2.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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
mergify[bot] authored Jul 27, 2024
2 parents 236767d + b99b3fd commit 4d617a1
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ eula = false
[dependencies]
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.23", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.0.1"
clap-verbosity-flag = "2.2.1"
comfy-table = "7.0.1"
csv = "1.2.2"
dirs = "5.0.1"
Expand Down

0 comments on commit 4d617a1

Please sign in to comment.