Skip to content

Commit 06787d0

Browse files
chore(deps): bump tabled from 0.15.0 to 0.20.0 in /czech-file-knife (#118)
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.15.0 to 0.20.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md">tabled's changelog</a>.</em></p> <blockquote> <h2>[0.20.0] - 2025-05-06</h2> <h3>Added</h3> <ul> <li>Added <code>Table::nohead</code> function just like <code>Table::new</code> but with no header.</li> <li>Added <code>Table::with_capacity</code> function just like <code>Table::new</code> but with an exact number of rows.</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>with(Border)</code> logic to set only outer border instead of border of all cells.</li> <li>Made a number of refactorings of <code>tabled::grid::dimension::*</code> modules.</li> <li>Made small optimization of <code>Wrap::text</code> and <code>Truncate::text</code>.</li> <li>Made small optimization of <code>Text::new</code>.</li> <li>Brought up to date benchmarks.</li> <li>Renamed <code>Columns::single</code> into <code>Columns::one</code>.</li> <li>Renamed <code>Rows::single</code> into <code>Rows::one</code>.</li> <li>Moved back to <code>fnv</code> from <code>ahash</code> cause of WASM build.</li> <li>Moved back to old <code>Wrap::keep_words</code> logic where we preserving all content.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed dependency <code>testing_table</code> inclusion (by <a href="https://github.com/klensy"><code>@​klensy</code></a>).</li> <li>Fixed <code>WASM</code> build (by <a href="https://github.com/cptpiepmatz"><code>@​cptpiepmatz</code></a>).</li> <li>Fixed not properly working caching logic of <code>TableOption::hint</code>.</li> </ul> <h2>[0.19.0] - 2025-24-04</h2> <h3>Added</h3> <ul> <li>Added <code>tabled::assert</code> module.</li> <li>Added <code>#[tabled(map)]</code> macro.</li> <li>Added <code>derive::display::bool</code> function.</li> <li>Added <code>derive::display::wrap</code> and <code>derive::display::truncate</code> function.</li> <li>Added <code>Locator::value</code>.</li> <li>Added <code>Table::get_dimension</code> function.</li> <li>Added <code>ANSI</code> link handling in <code>Width::truncate</code>.</li> <li>Added <code>Upper Title Case</code> and <code>lower title case</code> options for <code>rename_all</code>.</li> <li>Added <code>no_std</code> in <code>testing_table</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>Reverse</code> interface.</li> <li>Changed <code>Position</code> interface.</li> <li>Changed <code>tabled::grid::dimension</code> structures.</li> <li>Changed <code>IterTable</code> interface.</li> <li>Migrated <code>ron</code> to <code>0.10</code>.</li> <li>Renamed <code>ColumnNames::default()</code> into <code>ColumnsNames::head()</code>.</li> <li>Renamed <code>BorderSpanCorrection</code> into <code>BorderCorrection::span()</code>.</li> <li>Renamed <code>Offset::Begin</code> into <code>Offset::Start</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/zhiburt/tabled/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tabled&package-manager=cargo&previous-version=0.15.0&new-version=0.20.0)](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 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> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 355a6e6 commit 06787d0

2 files changed

Lines changed: 34 additions & 39 deletions

File tree

czech-file-knife/Cargo.lock

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

czech-file-knife/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ clap = { version = "4.6", features = ["derive"] }
5252
indicatif = "0.18"
5353
console = "0.16"
5454
dialoguer = "0.11"
55-
tabled = "0.15"
55+
tabled = "0.20"
5656
bytesize = "2.3"
5757

5858
# Storage

0 commit comments

Comments
 (0)