mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +00:00
build(deps): bump clap-verbosity-flag from 3.0.3 to 3.0.4 (#2070)
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 3.0.3 to 3.0.4. <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>[3.0.4] - 2025-08-19</h2> <h3>Features</h3> <ul> <li>Add <code>serde</code> feature for when mixing CLI and config</li> <li>Add comparison operators to types</li> <li>Add conversions between <code>Verbosity</code> and <code>VerbosityFilter</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5e051e6c96
"><code>5e051e6</code></a> chore: Release clap-verbosity-flag version 3.0.4</li> <li><a href="7e81cfd0a4
"><code>7e81cfd</code></a> docs: Update changelog</li> <li><a href="210e8d9b0e
"><code>210e8d9</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/114">#114</a> from joshka/jm/serde</li> <li><a href="44f0caae99
"><code>44f0caa</code></a> feat: Implement Serialization and Deserialization</li> <li><a href="f735876936
"><code>f735876</code></a> feat: Add conversion methods between Verbosity and VerbosityFilter</li> <li><a href="e6f4e62f94
"><code>e6f4e62</code></a> feat: Add Eq, and PartialEq impls to various types</li> <li><a href="5e1afbe4ad
"><code>5e1afbe</code></a> chore(deps): Update Rust Stable to v1.89 (<a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/147">#147</a>)</li> <li><a href="70812d8da8
"><code>70812d8</code></a> chore(deps): Update Rust Stable to v1.88 (<a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/146">#146</a>)</li> <li><a href="97637bc6f7
"><code>97637bc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/145">#145</a> from epage/template</li> <li><a href="e9231b150d
"><code>e9231b1</code></a> chore: Update from _rust/main template</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.3...v3.0.4">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
564a9d76fc
commit
632ce79adf
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -383,9 +383,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap-verbosity-flag"
|
||||
version = "3.0.3"
|
||||
version = "3.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1"
|
||||
checksum = "9d92b1fab272fe943881b77cc6e920d6543e5b1bfadbd5ed81c7c5a755742394"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"tracing-core",
|
||||
|
Loading…
x
Reference in New Issue
Block a user