mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
build(deps): bump indoc from 2.0.5 to 2.0.6 (#1709)
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.5 to 2.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/indoc/releases">indoc's releases</a>.</em></p> <blockquote> <h2>2.0.6</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f5934e4a74
"><code>f5934e4</code></a> Release 2.0.6</li> <li><a href="382de61bc5
"><code>382de61</code></a> Point standard library links to stable</li> <li><a href="aed1b60b74
"><code>aed1b60</code></a> Unset doc-scrape-examples for lib target</li> <li><a href="3840e47a7a
"><code>3840e47</code></a> More precise gitignore patterns</li> <li><a href="8304a10e23
"><code>8304a10</code></a> Prevent upload-artifact step from causing CI failure</li> <li><a href="eac624b58b
"><code>eac624b</code></a> Work around needless_raw_string_hashes pedantic clippy lint in test</li> <li><a href="64949e1de5
"><code>64949e1</code></a> Resolve needless_lifetimes clippy lint</li> <li><a href="0d37b42929
"><code>0d37b42</code></a> Ignore needless_lifetimes clippy lint</li> <li><a href="78289e31d8
"><code>78289e3</code></a> Upload CI Cargo.lock for reproducing failures</li> <li><a href="9ee9ca95d4
"><code>9ee9ca9</code></a> Fill in ignore reasons in all #[ignore] attributes</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/indoc/compare/2.0.5...2.0.6">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
83774eecf0
commit
e8eb4c36ee
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1539,9 +1539,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indoc"
|
||||
version = "2.0.5"
|
||||
version = "2.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
||||
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
||||
|
||||
[[package]]
|
||||
name = "inline"
|
||||
|
@ -31,7 +31,7 @@ bitflags = "2.9.0"
|
||||
color-eyre = "0.6.3"
|
||||
crossterm = "0.28.1"
|
||||
document-features = "0.2.11"
|
||||
indoc = "2.0.5"
|
||||
indoc = "2.0.6"
|
||||
instability = "0.3.7"
|
||||
itertools = "0.13.0"
|
||||
pretty_assertions = "1.4.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user