Skip to content

Commit 96a0604

Browse files
chore(deps): update rust crate tabled to 0.17.0 (#1460)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tabled](https://redirect.github.com/zhiburt/tabled) | workspace.dependencies | minor | `0.16.0` -> `0.17.0` | --- ### Release Notes <details> <summary>zhiburt/tabled (tabled)</summary> ### [`v0.17.0`](https://redirect.github.com/zhiburt/tabled/blob/HEAD/CHANGELOG.md#0170---2024-23-11) ##### Added - Added `Color::rgb_fg`, `Color::rgb_bg` (by [@&#8203;k86td](https://redirect.github.com/k86td)) - Added `ObjectIterator`: so things like `Rows::new(1..10).step_by(2)` be possible. - Added support for `Rows::last() + 100` and `Columns::last() + 100` add operation. - Added `left|right` specifiers to `PriorityMax` and `PriorityMin`. - Added `Priority` factory to create different priorities. Basically a more convinient way. - Added a descriptive error message to `testing_table::assert_table`. - Added `Builder::from(HashMap::new())` implementation. - Added `CleanCharset::clean("")` function for cases where we build a table by `Builder`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85549a7 commit 96a0604

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -113,7 +113,7 @@ parquet = "53.0.0"
113113
paste = "1.0.14"
114114
pin-project = "1.1.5"
115115
prettytable-rs = "0.10.0"
116-
tabled = { version = "0.16.0", default-features = false }
116+
tabled = { version = "0.17.0", default-features = false }
117117
prost = "0.13.0"
118118
prost-build = "0.13.0"
119119
prost-types = "0.13.0"

0 commit comments

Comments
 (0)