Skip to content

Update rust_xlsxwriter requirement from 0.92.2 to 0.94.0#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust_xlsxwriter-0.94.0
Open

Update rust_xlsxwriter requirement from 0.92.2 to 0.94.0#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust_xlsxwriter-0.94.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Updates the requirements on rust_xlsxwriter to permit the latest version.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.94.0] - 2026-02-28

Added

  • Updated optional polars dependency to v0.53 to allow a similar update in the [polars_excel_writer] crate.

[0.93.0] - 2026-01-27

Added

  • Added support for autofitting formatted numbers and dates like $1,000,000.00 or January 1 2026. This requires the optional ssfmt crate and is enabled by the enhanced_autofit feature flag. For cells with number formats the width of the formatted number is now taken into account, like this example where the number 1 is formatted in different ways:

    The previous behaviour, and the behaviour without the enhanced_autofit feature enabled, was to produce a file that looked like this:

  • Added the Worksheet::set_autofit_max_row() method to limit the number of rows processed when applying Worksheet::autofit(). This is a performance workaround for autofitting large datasets where a value of 200-500 rows can be used to autofit the data in the visible row range of most users.

  • Added the Worksheet::set_autofit_max_width() method to enable an upper bound column width when autofitting long strings. This replaces the deprecated Worksheet::autofit_to_max_width() method.

Deprecated

[0.92.4] - 2026-01-24

Fixed

  • Fixed issue where XML escape-like strings, such as _x1234 were being doubly

... (truncated)

Commits
  • f9be537 release: 0.94.0
  • b94ee74 polars: update dependency to v0.53
  • 1ead14b clippy: allow v1.90.0 lint
  • b9ded3c release: 0.93.0
  • dfa4a68 autofit: improve documentation
  • 896fe44 autofit: add method to set max autofit row
  • 2492154 autofit: add method to set max autofit width
  • 49b13a8 autofit: add docs and change feature flag
  • 13b8753 autofit: add support standalone worksheets and constant_memory mode
  • 2ce56cb autofit: add support for caching the ssfmt ast
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) to permit the latest version.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.92.2...v0.94.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.94.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 1, 2026
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