Skip to content

chore(deps): update rust_xlsxwriter requirement from 0.98.2 to 0.99.1 in /rust - #123

Merged
GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/cargo/rust/develop/rust_xlsxwriter-0.99.1
Sep 23, 2026
Merged

GabrielMarquezMatte merged 1 commit into
developfrom
dependabot/cargo/rust/develop/rust_xlsxwriter-0.99.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rust_xlsxwriter to permit the latest version.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.99.1] - 2026-09-14

Fixed

[0.99.0] - 2026-08-23

Changed

  • Breaking change: Renamed error XlsxError::TableNameReused to XlsxError::NameReused to clarify that Table names and Defined names must be unique to each other as well as within their own namespaces. Also added checks to ensure this. See [Issue #189].

Fixed

  • Fixed issue in utility::quote_sheet_name() to avoid incorrectly matching names like Q.1 as cell references. See [Issue #189].

  • Fixed issue where where worksheet level defined names with quotes like

  • 'Sheet 1'!Name were not split correctly. See [Issue #189].

Added

[0.98.2] - 2026-08-17

Fixed

  • Fixed issue where an empty sheet or variable name in Workbook::define_name() created an invalid Excel file. See [Issue #186].

    [Issue #186]: jmcnamara/rust_xlsxwriter#186

  • Fixed issue where a truncated PNG or JPEG image data caused a panic when reading the image dimensions. See [Issue #187].

    [Issue #187]: jmcnamara/rust_xlsxwriter#187

  • Fixed a potential overflow issue when reading a BMP image with a height of

... (truncated)

Commits
  • 8b5fb1f release: 0.99.1
  • ae67efa clippy: fix updated version warnings
  • c875258 worksheet: preserve formatting for dynamic formulas (#191)
  • 9e84ea3 release: 0.99.0
  • c50e48f utilty: avoid false positive in quote_sheet_name()
  • c6f6f3a workbook: fix issue with defined name and quoted worksheet names.
  • 28e4150 workbook: add checks for duplicate table names and defined names.
  • 07219ee workbook: add checks for valid table names and defined names.
  • b8782bd docs: minor additions
  • See full diff 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.98.2...v0.99.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@GabrielMarquezMatte
GabrielMarquezMatte merged commit 209d875 into develop Sep 23, 2026
24 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/rust/develop/rust_xlsxwriter-0.99.1 branch September 23, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant