mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
build(deps): bump cargo_metadata from 0.19.1 to 0.19.2 (#1696)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.19.1 to 0.19.2. <details> <summary>Commits</summary> <ul> <li><a href="0b4be024c5
"><code>0b4be02</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/285">#285</a> from fenhl/version-bump</li> <li><a href="8196734cb7
"><code>8196734</code></a> Version bump</li> <li><a href="0056e020b8
"><code>0056e02</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/284">#284</a> from HTGAzureX1212/edition-2024-stable</li> <li><a href="e3e9cd3bc6
"><code>e3e9cd3</code></a> feat: <code>2024</code> edition stabilized</li> <li><a href="806a3ea482
"><code>806a3ea</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/282">#282</a> from foresterre/workspace-default-members</li> <li><a href="cdf42230d4
"><code>cdf4223</code></a> Add methods is_available and is_missing to WorkspaceDefaultMembers</li> <li><a href="d6b186c26f
"><code>d6b186c</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/280">#280</a> from paolobarbolini/z-minimal-versions</li> <li><a href="59f0651fb3
"><code>59f0651</code></a> build: fix -Zminimal-versions</li> <li><a href="9d84a017c8
"><code>9d84a01</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/266">#266</a> from os-checker/workspace_default_members-serde-default</li> <li><a href="45ceca0262
"><code>45ceca0</code></a> clippy: fix first doc comment paragraph is too long</li> <li>Additional commits viewable in <a href="https://github.com/oli-obk/cargo_metadata/compare/0.19.1...0.19.2">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
c10d0f12e8
commit
9c7f10d2d0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -348,9 +348,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo_metadata"
|
||||
version = "0.19.1"
|
||||
version = "0.19.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
|
||||
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
|
||||
dependencies = [
|
||||
"camino",
|
||||
"cargo-platform",
|
||||
|
@ -5,7 +5,7 @@ publish = false
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cargo_metadata = "0.19.1"
|
||||
cargo_metadata = "0.19.2"
|
||||
clap = { version = "4.5.31", features = ["derive"] }
|
||||
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
|
||||
clap-verbosity-flag = { version = "3.0.2", default-features = false, features = ["tracing"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user