ratatui/xtask/Cargo.toml

17 lines
424 B
TOML
Raw Permalink Normal View History

[package]
name = "xtask"
edition = "2021"
publish = false
license.workspace = true
[dependencies]
cargo_metadata = "0.18.1"
chore(deps): bump clap from 4.5.20 to 4.5.21 (#1496) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.21</h2> <h2>[4.5.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.21] - 2024-11-13</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Ensure defaults are filled in on error with <code>ignore_errors(true)</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/03d722625a9c7f396c5843926e79c7299b7f914c"><code>03d7226</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3df70fb2b64f326593f96681c0c8476240547b8d"><code>3df70fb</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/3266c36abf63d3c0fac9102998984cd65f808212"><code>3266c36</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5691">#5691</a> from epage/custom</li> <li><a href="https://github.com/clap-rs/clap/commit/951762db57c81e09954031ef3beac6e9f622cc6f"><code>951762d</code></a> feat(complete): Allow any OsString-compatible type to be a CompletionCandidate</li> <li><a href="https://github.com/clap-rs/clap/commit/bb6493e890a1fb0d954d64916650688b276c44f1"><code>bb6493e</code></a> feat(complete): Offer - as a path option</li> <li><a href="https://github.com/clap-rs/clap/commit/27b348dbcbd647d24b506ed70c61ebe23c2b087e"><code>27b348d</code></a> refactor(complete): Simplify ArgValueCandidates code</li> <li><a href="https://github.com/clap-rs/clap/commit/49b8108f8c8dfd8bd2d7907c60bed9d2155a42cb"><code>49b8108</code></a> feat(complete): Add PathCompleter</li> <li><a href="https://github.com/clap-rs/clap/commit/82a360aa545713e2c70b82d22f1be1e91e9611ff"><code>82a360a</code></a> feat(complete): Add ArgValueCompleter</li> <li><a href="https://github.com/clap-rs/clap/commit/47aedc6906c0c35a89833331041a083630d777fb"><code>47aedc6</code></a> fix(complete): Ensure paths are sorted</li> <li><a href="https://github.com/clap-rs/clap/commit/431e2bc931b6721471fad18866f52fefe7d6572c"><code>431e2bc</code></a> test(complete): Ensure ArgValueCandidates get filtered</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.21">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.20&new-version=4.5.21)](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>
2024-11-20 04:56:02 +00:00
clap = { version = "4.5.21", features = ["derive"] }
clap-cargo = { version = "0.14.1", features = ["cargo_metadata"] }
chore(deps): bump clap-verbosity-flag from 2.2.2 to 2.2.3 (#1494) Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.2.2 to 2.2.3. <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.3] - 2024-11-16</h2> <h3>Features</h3> <ul> <li>Add <code>DebugLevel</code> and <code>TraceLevel</code> for exploratory programming</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/99c0859e7bbae0ba0fa9ce18edba2d7032a8c1c3"><code>99c0859</code></a> chore: Release clap-verbosity-flag version 2.2.3</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/9966b2552cf373578a751f60fff7725cd8455a1f"><code>9966b25</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/cdd29017d583f3a50ce562c65e4cee7de84b5b28"><code>cdd2901</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/123">#123</a> from joshka/jm/additional-log-levels</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/21923308893a1cb6fec774acf691e2309523b4d3"><code>2192330</code></a> docs: Add example for setting default log level</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/e6281912549a87c0ffe078f616aa2f2e189a1a69"><code>e628191</code></a> chore: Remove unnecessary clippy allow directives</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/6e5fc6a6beda3ec756f2550a234c36674a483c7d"><code>6e5fc6a</code></a> feat: Add additional log levels</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/a7e305e8b0bde21be222ae658cc14813464ea3e6"><code>a7e305e</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/120">#120</a> from clap-rs/renovate/stable-1.x</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/3e3368c681f225889689bf4ed57fde92918bd28c"><code>3e3368c</code></a> chore(deps): Update Rust crate clap to v4.5.20 (<a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/119">#119</a>)</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/f1c663cba56e3d9a067b08725262703c78f79c05"><code>f1c663c</code></a> chore(deps): Update dependency STABLE to v1.82.0</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/42bed96a459bef2ef01f6db9f0993a52b49f1d1b"><code>42bed96</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/118">#118</a> from clap-rs/renovate/stable-1.x</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3">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.2&new-version=2.2.3)](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>
2024-11-20 04:05:42 +00:00
clap-verbosity-flag = "2.2.3"
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"] }