Skip to content

Commit f788f69

Browse files
chore(deps): bump the cargo-dependencies group across 1 directory with 2 updates (#91)
Bumps the cargo-dependencies group with 2 updates in the / directory: [rstest](https://github.com/la10736/rstest) and [clap](https://github.com/clap-rs/clap). Updates `rstest` from 0.25.0 to 0.26.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/releases">rstest's releases</a>.</em></p> <blockquote> <h2>0.26.1</h2> <p>Fix Docs</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1">https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1</a></p> <h2>0.26.0</h2> <h2>What's Changed</h2> <ul> <li>docs: fix filemode examples by <a href="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/lucascool12"><code>@​lucascool12</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/301">la10736/rstest#301</a></li> <li>Issue <a href="https://redirect.github.com/la10736/rstest/issues/306">#306</a>. Ignore folders by <a href="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/Obito-git"><code>@​Obito-git</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/307">la10736/rstest#307</a></li> <li>Hide generated items in documentation by <a href="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/wiktor-k"><code>@​wiktor-k</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/309">la10736/rstest#309</a></li> <li>313_fix by <a href="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/la10736"><code>@​la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/314">la10736/rstest#314</a></li> <li>fix: do not depend by default on <code>async-std</code> by <a href="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/coriolinus"><code>@​coriolinus</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/311">la10736/rstest#311</a></li> <li>Add permission for empty_structs_with_brackets in fixture by <a href="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/bugRanger"><code>@​bugRanger</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/317">la10736/rstest#317</a></li> <li>Touch up indentation used for examples in the README by <a href="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/fgimian"><code>@​fgimian</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/318">la10736/rstest#318</a></li> <li>Make #[files(...)] work on Windows by <a href="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/twz123"><code>@​twz123</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/322">la10736/rstest#322</a></li> <li>Finalize <a href="https://redirect.github.com/la10736/rstest/issues/311">#311</a> by <a href="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/la10736"><code>@​la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/323">la10736/rstest#323</a></li> <li>Make clippy happy by <a href="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/la10736"><code>@​la10736</code></a> in <a href="https://redirect.github.com/la10736/rstest/pull/324">la10736/rstest#324</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="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/Obito-git"><code>@​Obito-git</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/307">la10736/rstest#307</a></li> <li><a href="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/wiktor-k"><code>@​wiktor-k</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/309">la10736/rstest#309</a></li> <li><a href="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/coriolinus"><code>@​coriolinus</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/311">la10736/rstest#311</a></li> <li><a href="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/bugRanger"><code>@​bugRanger</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/317">la10736/rstest#317</a></li> <li><a href="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/fgimian"><code>@​fgimian</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/318">la10736/rstest#318</a></li> <li><a href="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/twz123"><code>@​twz123</code></a> made their first contribution in <a href="https://redirect.github.com/la10736/rstest/pull/322">la10736/rstest#322</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0">https://github.com/la10736/rstest/compare/v0.25.0...v0.26.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's changelog</a>.</em></p> <blockquote> <h2>[0.26.1] 2025/7/27</h2> <h3>Fixed</h3> <ul> <li>Docs</li> </ul> <h2>[0.26.0] 2025/7/26</h2> <h3>Changed</h3> <ul> <li>The <code>#[files(...)]</code> attribute now ignores matched directory paths by default. See <a href="https://redirect.github.com/la10736/rstest/pull/306">#306</a> thanks to <a href="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/Obito-git"><code>@​Obito-git</code></a>.</li> </ul> <h3>Add</h3> <ul> <li>Introduced the <code>#[dirs]</code> attribute, which can be used with <code>#[files(...)]</code> to explicitly include directory paths. See <a href="https://redirect.github.com/la10736/rstest/pull/306">#306</a> thanks to <a href="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/Obito-git"><code>@​Obito-git</code></a>.</li> <li>The CI now runs builds and tests on Windows, as well.</li> <li><code>#[test_attr]</code> to define test attribute explicit and also enable the use of <code>#[macro_rules_attribute::apply(&lt;macro&gt;)]</code>: naw also <code>smol</code> works. See <a href="https://redirect.github.com/la10736/rstest/pull/303">#303</a> <a href="https://redirect.github.com/la10736/rstest/pull/311">#311</a> <a href="https://redirect.github.com/la10736/rstest/pull/315">#315</a> thanks to <a href="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/coriolinus"><code>@​coriolinus</code></a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Removed unsued trait and impl spotted out on <code>1.89.0-nightly</code></li> <li>Add missed tests about ignore attribute's args in <code>rstest</code> expansion. See <a href="https://redirect.github.com/la10736/rstest/pull/313">#313</a></li> <li>The <code>#[files(...)]</code> attribute now works reliably on Windows.</li> <li>Now global attributes can go everywhere in the list also where case is used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/la10736/rstest/commit/7a326c87e882d2da1f3f97c40e6b04757f085679"><code>7a326c8</code></a> Should rollback version used to test</li> <li><a href="https://github.com/la10736/rstest/commit/a16a8025817ba001853687879ce95729b5f4a487"><code>a16a802</code></a> Should rollback version used to test</li> <li><a href="https://github.com/la10736/rstest/commit/98e886756fa687cd807380c347debda1f2b5422b"><code>98e8867</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/la10736/rstest/commit/f4447880ce1ab1468430fbbd41313e2079008b5b"><code>f444788</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/5eab9ac46128e23c366929c5e9180e19b3380140"><code>5eab9ac</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/971f6ad05232b1fc3ca5a7b0e2830d476d683307"><code>971f6ad</code></a> Bump version 0.26.1</li> <li><a href="https://github.com/la10736/rstest/commit/edfdd89b3ecd8f5d2172308b3e10bcf831db4772"><code>edfdd89</code></a> Fixed docs and readme</li> <li><a href="https://github.com/la10736/rstest/commit/ab24b5bc03e93e6dd7c334db1c21e6a8249f4ccd"><code>ab24b5b</code></a> Bump version 0.26.0-dev</li> <li><a href="https://github.com/la10736/rstest/commit/e18375bfd4c639ab88f0a7a8b0f47149c347b5c3"><code>e18375b</code></a> Bump Version 0.26.0</li> <li><a href="https://github.com/la10736/rstest/commit/dcea54f01a8a8b498f4c7d47e6dfc29fa3f282cf"><code>dcea54f</code></a> Make clippy happy</li> <li>Additional commits viewable in <a href="https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.39 to 4.5.41 <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.41] - 2025-07-09</h2> <h3>Features</h3> <ul> <li>Add <code>Styles::context</code> and <code>Styles::context_value</code> to customize the styling of <code>[default: value]</code> like notes in the <code>--help</code></li> </ul> <h2>[4.5.40] - 2025-06-09</h2> <h3>Features</h3> <ul> <li>Support quoted ids in <code>arg!()</code> macro (e.g. <code>arg!(&quot;check-config&quot;: ...)</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/92fcd83b7687a16005f91465ad64ca647929e76f"><code>92fcd83</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/aca91b99c1f934c1f6b29924bb052e2c51854d05"><code>aca91b9</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/8434510cee78d9591277c187c128c6ca7db8acc1"><code>8434510</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5869">#5869</a> from tw4452852/patch-1</li> <li><a href="https://github.com/clap-rs/clap/commit/33b1fc304ec6f551e0f2b082eafe1b6f44212179"><code>33b1fc3</code></a> fix(complete): Fix env leakage in elvish dynamic completion</li> <li><a href="https://github.com/clap-rs/clap/commit/e5f1f4884c48fd472529baa253c6384929f2ac0d"><code>e5f1f48</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/9466a552fbf938f7969245f5bac99c38ea446e9b"><code>9466a55</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d74b79351212ad10eb89b9f842e678b8b2fdbee9"><code>d74b793</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5865">#5865</a> from gifnksm/nushell-completion-value-types</li> <li><a href="https://github.com/clap-rs/clap/commit/ecbc775d3b4d8874786738fa4f342e6796446ff0"><code>ecbc775</code></a> fix(nu): Set argument type based on <code>ValueHint</code></li> <li><a href="https://github.com/clap-rs/clap/commit/6784054536a18549d90221ecd300084f02ca6386"><code>6784054</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5857">#5857</a> from epage/empty</li> <li><a href="https://github.com/clap-rs/clap/commit/cca5f32b3a9dc0982fbc63e856a49ad3c7688b68"><code>cca5f32</code></a> test(complete): Show empty option-value behavior</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.39...clap_complete-v4.5.41">compare view</a></li> </ul> </details> <br /> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1e7ad7 commit f788f69

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository.workspace = true
1313
authors.workspace = true
1414

1515
[dependencies]
16-
clap = { version = "4.5.39", features = ["derive"] }
16+
clap = { version = "4.5.41", features = ["derive"] }
1717
color-eyre = "0.6.5"
1818
crossterm = "0.29.0"
1919
itertools = "0.14.0"

tui-markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ itertools = "0.14.0"
3131
pretty_assertions = "1.4.1"
3232
pulldown-cmark = "0.13.0"
3333
ratatui.workspace = true
34-
rstest = "0.25.0"
34+
rstest = "0.26.1"
3535
syntect = { version = "5.2.0", optional = true }
3636
tracing = "0.1.41"
3737

0 commit comments

Comments
 (0)