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.59 #205

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rust_xlsxwriter (source) dependencies minor 0.56 -> 0.59

Release Notes

jmcnamara/rust_xlsxwriter (rust_xlsxwriter) ### [`v0.59.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0590---2023-12-15) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.58.0...v0.59.0) ##### Added - Added [`serialize_chrono_option_naive_to_excel()`][serialize_chrono_option_naive_to_excel()] to help serialization of `Option` Chrono types. [Feature Request #​62]. [Feature Request #​62]: https://togithub.com/jmcnamara/rust_xlsxwriter/pull/62 [`serialize_chrono_option_naive_to_excel()`]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/utility/fn.serialize_chrono_option_naive_to_excel.html ### [`v0.58.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0580---2023-12-11) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.57.0...v0.58.0) ##### Added - Added serialization support for \[`ExcelDateTime`] and \[`Chrono`] date/time types. See [Working with Serde - Serializing dates and times]. [Working with Serde - Serializing dates and times]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/serializer/index.html#serializing-dates-and-times ### [`v0.57.0`](https://togithub.com/jmcnamara/rust_xlsxwriter/blob/HEAD/CHANGELOG.md#0570---2023-12-09) [Compare Source](https://togithub.com/jmcnamara/rust_xlsxwriter/compare/v0.56.0...v0.57.0) ##### Added - Added support for Serde serialization. This requires the `serde` feature flag to be enabled. See [Working with Serde]. - Added support for writing `u64` and `i64` number within Excel's limitations. This implies a loss of precision outside Excel's integer range of +/- 999,999,999,999,999 (15 digits). [Working with Serde]: https://docs.rs/rust_xlsxwriter/latest/rust_xlsxwriter/serializer/index.html#working-with-serde

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.