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.49.0 #134

Closed renovate[bot] closed 11 months 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.44.0 -> 0.49.0

Release Notes

jmcnamara/rust_xlsxwriter (rust_xlsxwriter) ### [`v0.49.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0490---2023-09-19) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.48.0...v0.49.0) ##### Added - Added chart options to control how non-data cells are displayed. - [`chart.show_empty_cells_as()`][chart.show_empty_cells_as()] - [`chart.show_na_as_empty_cell()`][chart.show_na_as_empty_cell()] - [`chart.show_hidden_data()`][chart.show_hidden_data()] [`chart.show_hidden_data()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.show_hidden_data [`chart.show_empty_cells_as()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.show_empty_cells_as [`chart.show_na_as_empty_cell()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Chart.html#method.show_na_as_empty_cell - Updated Polar's dependency and `PolarError` import to reflect changes in Polars v 0.33.2. ### [`v0.48.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0480---2023-09-08) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.47.0...v0.48.0) ##### Added - Added support for custom total formulas to [`TableFunction`][TableFunction]. [`TableFunction`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/enum.TableFunction.html ### [`v0.47.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0470---2023-09-02) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.46.0...v0.47.0) ##### Added - Added `wasm` feature flag to help compilation on Wasm/Javascript targets. Also added mapping from a `XlsxError` to a `JsValue` error. See the [rust_xlsx_wasm_example] sample application that demonstrates accessing `rust_xlsxwriter` code from JavaScript, Node.js, Deno and Wasmtime. - Added [`workbook.save_to_writer()`][workbook.save_to_writer()] method to make it easier to interact with interfaces that implement the `` trait. [rust_xlsx_wasm_example]: https://togithub.com/Clipi-12/rust_xlsx_wasm_example [`workbook.save_to_writer()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/struct.Workbook.html#method.save_to_writer ### [`v0.46.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0460---2023-08-20) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.45.0...v0.46.0) ##### Added - Added `polars` feature flag to help interoperability with Polars. Currently it only implements `PolarsError` and `XlsxError` mapping but other functionality may be added in the future. These changes are added to support the [`polars_excel_writer`][polars_excel_writer] crate. [`polars_excel_writer`]: https://crates.io/crates/polars_excel_writer ### [`v0.45.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0450---2023-08-12) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.44.0...v0.45.0) ##### Fixed - Fixed "multiply with overflow" issue when image locations in the worksheet were greater than the maximum `u32` value. Related to [GitHub Issue #​51]. [GitHub Issue #​51]: https://togithub.com/jmcnamara/rust_xlsxwriter/issues/45

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.