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.50 #167

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.49 -> 0.50

Release Notes

jmcnamara/rust_xlsxwriter (rust_xlsxwriter) ### [`v0.50.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0500---2023-10-12) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.49.0...v0.50.0) ##### Added - Added support for chart trendlines (Linear, Polynomial, Moving Average, etc.) via the [`ChartTrendline`][ChartTrendline] struct and methods. - Added the [`worksheet.set_very_hidden()`][worksheet.set_very_hidden()] method to hide a worksheet similar to the \[`worksheet.set_hidden()`] method. The difference is that the worksheet can only be unhidden by VBA and cannot be unhidden in the the Excel user interface. - Added support for leader lines to non-Pie charts. ##### Fixed - Fixed handling of [future functions] in table formulas. [`ChartTrendline`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.ChartTrendline.html [`worksheet.set_very_hidden()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Worksheet.html#method.set_very_hidden [future functions]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Formula.html#formulas-added-in-excel-2010-and-later

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.