Skip to content

chore(deps): update papergrid requirement from 0.17 to 0.18#302

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/papergrid-0.18
Open

chore(deps): update papergrid requirement from 0.17 to 0.18#302
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/papergrid-0.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on papergrid to permit the latest version.

Changelog

Sourced from papergrid's changelog.

[0.18.0] - 2025-02-07

Added

  • Added #[tabled(display(Type, "function", arg1, arg2))] - a derive helper (propoused by @​georgewhewell).
  • Added Table::kv - a new type of table layout.
  • Added new Span logic with negative and 0 spans.
  • Added LineText::align to stick text on border to specific location.
  • Added LayoutIterator to navigate Table::kv easier.
  • Added Tabled implementation for Option<T>.

Changed

  • Renamed #[tabled(display_with)] into #[tabled(display)].
  • Changed MSRV to the 1.83.
  • Removed owo-colors dependency.
  • Migrated owo-colors to 3.5 (by @​joshtriplett).
  • Migrated heck to 0.5 (by @​marxin).
  • Migrated syn to 2.0 (By @​wyatt-herkamp).

Fixed

[0.17.0] - 2024-11-23

Added

  • Added Color::rgb_fg, Color::rgb_bg (by @​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.

Changed

  • Switched back to upstream unicode-width crate (by @​joshtriplett).
  • Migrated from proc-macro-error to proc-macro-error2 (by @​welpo).
  • Refactorings to improve code quality further.
  • Made Charset::clean method more presise so we can hopefully work with latest unicode-width.
  • Improved Wrap algorithm. As it was misstreating new lines characters.
  • Splited Padding to Padding and PaddingColor.
  • Splited Margin to Margin and MarginColor.
  • Changed Highlight interface.
  • Changed Border and BorderColor implementation when applied to table, so it sets a frame rather then all cells.
  • Renamed Disable into Remove.
  • Set CI MSRV check to 1.66.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/papergrid-0.18 branch from b765bbb to f416813 Compare June 11, 2026 21:47
Updates the requirements on [papergrid](https://github.com/zhiburt/tabled) to permit the latest version.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

---
updated-dependencies:
- dependency-name: papergrid
  dependency-version: 0.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/papergrid-0.18 branch from f416813 to f6185d6 Compare June 11, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants