mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00
build(deps): bump document-features from 0.2.10 to 0.2.11 (#1677)
Bumps [document-features](https://github.com/slint-ui/document-features) from 0.2.10 to 0.2.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/slint-ui/document-features/blob/master/CHANGELOG.md">document-features's changelog</a>.</em></p> <blockquote> <h2>0.2.11 - 2024-02-16</h2> <ul> <li>Collect defaults recursively (<a href="https://redirect.github.com/slint-ui/document-features/issues/19">#19</a>)</li> </ul> <h2>0.2.1O - 2024-07-12</h2> <ul> <li>Revert parsing of multi-lines string while parsing features (Keep parsing of multi-lines string when detecting if we need to use Cargo.toml.orig)</li> </ul> <h2>0.2.9 - 2024-07-11</h2> <ul> <li>Fix parsing of multi-lines string (<a href="https://redirect.github.com/slint-ui/document-features/issues/25">#25</a>)</li> <li>Fix <code>out_of_scope_macro_calls</code> compatibility warning</li> <li>Fix documentation having too many <code>#</code> (<a href="https://redirect.github.com/slint-ui/document-features/issues/22">#22</a>)</li> </ul> <h2>0.2.8 - 2023-12-29</h2> <ul> <li>Remove <code>\n</code> between features (<a href="https://redirect.github.com/slint-ui/document-features/issues/17">#17</a>)</li> <li>Don't throw an error when there is no features in Cargo.toml (<a href="https://redirect.github.com/slint-ui/document-features/issues/20">#20</a>)</li> </ul> <h2>0.2.7 - 2022-12-21</h2> <ul> <li>Fix parsing of Cargo.toml with multi-line array of array (<a href="https://redirect.github.com/slint-ui/document-features/issues/16">#16</a>)</li> </ul> <h2>0.2.6 - 2022-09-24</h2> <ul> <li>Fix parsing of escaped string literal in the macro arguments</li> </ul> <h2>0.2.5 - 2022-09-17</h2> <ul> <li>Allow customization of the output with the <code>feature_label=</code> parameter</li> </ul> <h2>0.2.4 - 2022-09-14</h2> <ul> <li>Fix dependencies or features written with quotes</li> </ul> <h2>0.2.3 - 2022-08-15</h2> <ul> <li>Fix parsing of table with <code>#</code> within strings (<a href="https://redirect.github.com/slint-ui/document-features/issues/10">#10</a>)</li> </ul> <h2>0.2.2 - 2022-07-25</h2> <ul> <li>Fix parsing of dependencies or feature spanning multiple lines (<a href="https://redirect.github.com/slint-ui/document-features/issues/9">#9</a>)</li> </ul> <h2>0.2.1 - 2022-02-12</h2> <ul> <li>Fix indentation of multi-lines feature comments (<a href="https://redirect.github.com/slint-ui/document-features/issues/5">#5</a>)</li> </ul> <h2>0.2.0 - 2022-02-11</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/slint-ui/document-features/commits">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
03032920ee
commit
e0b1b41c75
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -900,9 +900,9 @@ checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
|
||||
|
||||
[[package]]
|
||||
name = "document-features"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0"
|
||||
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
|
||||
dependencies = [
|
||||
"litrs",
|
||||
]
|
||||
|
@ -30,7 +30,7 @@ rust-version = "1.74.0"
|
||||
bitflags = "2.7.0"
|
||||
color-eyre = "0.6.3"
|
||||
crossterm = "0.28.1"
|
||||
document-features = "0.2.7"
|
||||
document-features = "0.2.11"
|
||||
indoc = "2.0.5"
|
||||
instability = "0.3.7"
|
||||
itertools = "0.13.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user