BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate rust_xlsxwriter to 0.54 #184

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rust_xlsxwriter (source) dependencies minor 0.53 -> 0.54

Release Notes

jmcnamara/rust_xlsxwriter (rust_xlsxwriter) ### [`v0.54.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0540---2023-11-04) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.53.0...v0.54.0) ##### Added - Added option to add a chart data table to charts via the [`Chart::set_data_table()`][Chart::set_data_table()] and [`ChartDataTable`][ChartDataTable]. - Added option to set the display units on a Y-axis to units such as Thousands or Millions via the [`ChartAxis::set_display_unit_type()`][ChartAxis::set_display_unit_type()] method. - Added option to set the crossing position of axes via the [`ChartAxis::set_crossing()`][ChartAxis::set_crossing()] method. - Added option to set the axes label alignment via the [`ChartAxis::set_label_alignment()`][ChartAxis::set_label_alignment()] method. - Added option to turn on/off line smoothing for Line and Scatter charts via the [`ChartSeries::set_smooth()`][ChartSeries::set_smooth()] method. [`ChartDataTable`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartDataTable.html [`Chart::set_data_table()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.set_data_table [`ChartAxis::set_crossing()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_crossing [`ChartAxis::set_label_alignment()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_label_alignment [`ChartAxis::set_display_unit_type()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartAxis.html#method.set_display_unit_type [`ChartSeries::set_smooth()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartSeries.html#method.set_smooth

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.