mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [clap-cargo](https://github.com/crate-ci/clap-cargo) from 0.14.1 to 0.15.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/clap-cargo/blob/master/CHANGELOG.md">clap-cargo's changelog</a>.</em></p> <blockquote> <h2>[0.15.1] - 2025-01-03</h2> <h3>Fix</h3> <ul> <li>Reduce <code>Cargo.lock</code> content</li> </ul> <h2>[0.15.0] - 2025-01-02</h2> <h3>Breaking Changes</h3> <ul> <li>Upgraded <code>cargo_metadata</code> to 0.19</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3eadd0f476
"><code>3eadd0f</code></a> chore: Release clap-cargo version 0.15.1</li> <li><a href="427af69642
"><code>427af69</code></a> docs: Update changelog</li> <li><a href="a37548f05b
"><code>a37548f</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/clap-cargo/issues/79">#79</a> from dtolnay-contrib/deps</li> <li><a href="80914f3015
"><code>80914f3</code></a> chore: Omit serde/serde_json from lockfiles not using cargo_metadata</li> <li><a href="9b76d52f24
"><code>9b76d52</code></a> chore: Release clap-cargo version 0.15.0</li> <li><a href="bb2590c3af
"><code>bb2590c</code></a> docs: Update changelog</li> <li><a href="b44569a3ce
"><code>b44569a</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/clap-cargo/issues/78">#78</a> from epage/renovate/cargo_metadata-0.x</li> <li><a href="28a8c00d3f
"><code>28a8c00</code></a> chore(deps)!: Update Rust crate cargo_metadata to 0.19</li> <li><a href="4f485ee5de
"><code>4f485ee</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/clap-cargo/issues/77">#77</a> from crate-ci/renovate/stable-1.x</li> <li><a href="cfe5cacab3
"><code>cfe5cac</code></a> chore(deps): Update dependency STABLE to v1.83.0</li> <li>Additional commits viewable in <a href="https://github.com/crate-ci/clap-cargo/compare/v0.14.1...v0.15.1">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>
17 lines
424 B
TOML
17 lines
424 B
TOML
[package]
|
|
name = "xtask"
|
|
edition = "2021"
|
|
publish = false
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cargo_metadata = "0.19.1"
|
|
clap = { version = "4.5.23", features = ["derive"] }
|
|
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
|
|
clap-verbosity-flag = "3.0.2"
|
|
color-eyre = "0.6.3"
|
|
duct = "0.13.7"
|
|
tracing = "0.1.40"
|
|
tracing-log = "0.2.0"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|