Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [@​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>
- Loading branch information