Skip to content

Commit

Permalink
chore(deps): update rust crate tabled to 0.17.0 (#1460)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 85549a7 commit 96a0604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ parquet = "53.0.0"
paste = "1.0.14"
pin-project = "1.1.5"
prettytable-rs = "0.10.0"
tabled = { version = "0.16.0", default-features = false }
tabled = { version = "0.17.0", default-features = false }
prost = "0.13.0"
prost-build = "0.13.0"
prost-types = "0.13.0"
Expand Down

0 comments on commit 96a0604

Please sign in to comment.