mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
build(deps): bump trybuild from 1.0.96 to 1.0.97 in the cargo-dependencies group (#59)
Bumps the cargo-dependencies group with 1 update: [trybuild](https://github.com/dtolnay/trybuild). Updates `trybuild` from 1.0.96 to 1.0.97 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/trybuild/releases">trybuild's releases</a>.</em></p> <blockquote> <h2>1.0.97</h2> <ul> <li>Normalize number of types listed in <em>"the following other types implement trait"</em> diagnostics (<a href="https://redirect.github.com/dtolnay/trybuild/issues/277">#277</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="daeef9c9b0
"><code>daeef9c</code></a> Release 1.0.97</li> <li><a href="207b0a51a7
"><code>207b0a5</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/278">#278</a> from dtolnay/rustflags</li> <li><a href="1b8d4bdf07
"><code>1b8d4bd</code></a> Combine all rustflags into cargo --config arg</li> <li><a href="ef6893bf61
"><code>ef6893b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/277">#277</a> from dtolnay/nothers</li> <li><a href="883a38daa0
"><code>883a38d</code></a> Ignore comparison_chain clippy lint</li> <li><a href="f3b1dab327
"><code>f3b1dab</code></a> Normalize the effect of --verbose on '$N others' diagnostic</li> <li><a href="6184f60b31
"><code>6184f60</code></a> Add test of 'following other types' diagnostic</li> <li>See full diff in <a href="https://github.com/dtolnay/trybuild/compare/1.0.96...1.0.97">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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
8cecfdf2f6
commit
7eeb6afb3d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -500,9 +500,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "trybuild"
|
||||
version = "1.0.96"
|
||||
version = "1.0.97"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3"
|
||||
checksum = "5b1e5645f2ee8025c2f1d75e1138f2dd034d74e6ba54620f3c569ba2a2a1ea06"
|
||||
dependencies = [
|
||||
"dissimilar",
|
||||
"glob",
|
||||
|
@ -17,5 +17,5 @@ categories = ["command-line-interface"]
|
||||
ratatui = "0.27.0"
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = { version = "1.0.96", features = ["diff"] }
|
||||
trybuild = { version = "1.0.97", features = ["diff"] }
|
||||
cargo-husky = { version = "1.5.0", features = ["user-hooks"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user