Skip to content

Commit 032e6bd

Browse files
Update Rust crate tabled to 0.21.0 (#8184)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tabled](https://redirect.github.com/zhiburt/tabled) | workspace.dependencies | minor | `0.20.0` → `0.21.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Release Notes <details> <summary>zhiburt/tabled (tabled)</summary> ### [`v0.21.0`](https://redirect.github.com/zhiburt/tabled/blob/HEAD/CHANGELOG.md#0210---2026-06-01) ##### Added - Added `Color::is_empty` function (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Added `Settings::modify` function (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Added qc test for wrap (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Added `LineText::limit` function (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Added `ColumnNames::padding`. ##### Changed - Reworked `Charset` (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Removed `TabSize` in favor of `Charset::tab_size()`. - Changed `ColumnNames` interface - splited it into `ColumnNames` and `RowNames`. ##### Fixed - Fixed `Wrap` strings with 0 width (by [@&#8203;ymcx](https://redirect.github.com/ymcx)). - Improved examples (by [@&#8203;alexanderkjall](https://redirect.github.com/alexanderkjall)). - Remove broken LICENSE symlink (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Fixed CHANGELOG.md (by [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn)). - Fixed clippy issue (by [@&#8203;akiomik](https://redirect.github.com/akiomik)). - Fixed documentation (by [@&#8203;akiomik](https://redirect.github.com/akiomik)). - Fixed documentation (by [@&#8203;darko-mesaros](https://redirect.github.com/darko-mesaros)). - Fixed documentation (by [@&#8203;brownjohnf](https://redirect.github.com/brownjohnf)). - Fixed documentation (by [@&#8203;spiritualhost](https://redirect.github.com/spiritualhost)). - Fixed wrong render of vertical char in case of `Span` (corner case). - Fixed `BorderCorrection::span` when `Span::column` and `Span::row` is used for same cell (corner case). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 753d659 commit 032e6bd

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ static_assertions = "1.1"
243243
strum = "0.28"
244244
syn = { version = "2.0.117", features = ["full"] }
245245
sysinfo = "0.38.0"
246-
tabled = { version = "0.20.0", default-features = false }
246+
tabled = { version = "0.21.0", default-features = false }
247247
taffy = "0.10.0"
248248
take_mut = "0.2.2"
249249
tar = "0.4"

0 commit comments

Comments
 (0)