Skip to content

Conversation

@dependabot
Copy link

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

Updates the requirements on rust_xlsxwriter to permit the latest version.

Changelog

Sourced from rust_xlsxwriter's changelog.

[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 escaped, inadvertently.

    [Issue #166].

    [Issue #166]: jmcnamara/rust_xlsxwriter#166

  • Fixed/added escaping of invalid \uFFFF and \uFFFE characters.

... (truncated)

Commits
  • 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
  • caafcd2 autofit: initial support for formatted numbers
  • e7dc156 release: 0.93.4
  • d7be6ae cargo: bump zip dependency
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.93.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.93.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 Feb 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