Skip to content

chore(deps): bump rust_xlsxwriter from 0.68.0 to 0.97.1 - #30

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/rust_xlsxwriter-0.97.1
Closed

chore(deps): bump rust_xlsxwriter from 0.68.0 to 0.97.1#30
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/rust_xlsxwriter-0.97.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown

Bumps rust_xlsxwriter from 0.68.0 to 0.97.1.

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.97.1] - 2026-08-05

Fixed

  • Fixed issue where using Worksheet::set_tab_color() and Worksheet::set_print_fit_to_pages() on the same worksheet caused an invalid Excel file due to an XML element ordering issue. See [Issue #184].

    [Issue #184]: jmcnamara/rust_xlsxwriter#184

[0.97.0] - 2026-07-30

Added

  • Updated zip dependency to v8.3 to pick up two upstream fixes for ZIP64 "large file" handling. This requires a MSRV of 1.88.0. See [Issue #183].

    [Issue #183]: jmcnamara/rust_xlsxwriter#183

Fixed

  • Fixed issue where serializing a struct containing a map field returned an error even if the field was skipped. Map types cannot be serialized to Excel, but a map field can now be skipped via the #[serde(skip)] (this was already working) or #[xlsx(skip)] attributes, the CustomSerializeField::skip() method, or by omitting it via SerializeFieldOptions::use_custom_headers_only().

    [Issue #182].

    [Issue #182]: jmcnamara/rust_xlsxwriter#182

  • Fixed an issue when handling BMP images that use a "top-down" DIB (Device Independent Bitmap) row order.

  • Added a check for the minimum required data size when reading an image so that invalid or truncated image data returns an error instead of causing a panic.

[0.96.0] - 2026-07-01

Added

  • Dropped the Seek trait requirement from the [Workbook::save_to_writer()] API which allows it to write to STDOUT, to buffers (without Cursor), and to other Write interfaces that don't support seek. This was achieved by moving to the [zip.rs] stream API internally. See the discussion at [Feature Request #179].

... (truncated)

Commits
  • f8dae27 release: 0.97.1
  • e3cb302 worksheet: fix tab color and fit to page xml ordering
  • 09a8710 release: 0.97.0
  • 2815d75 zip: update zip dependency to pick up 2 fixes for large_files
  • c723e07 serde: allow map fields to be skipped
  • 9582818 image: add check for minimum required data size
  • b57f32c image: fix issue with top-down DIB bmp
  • 81504d5 release: 0.96.0
  • 9134de2 release: 0.96.0
  • 30c30af tests: update test for save_to_writer() using a direct buffer
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot
dependabot Bot requested a review from xodapi as a code owner August 14, 2026 09:15
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 14, 2026
Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.68.0 to 0.97.1.
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.68.0...v0.97.1)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/main/rust_xlsxwriter-0.97.1 branch from eedf30e to b27acdf Compare August 18, 2026 04:29
@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Author

Superseded by #43.

@dependabot dependabot Bot closed this Aug 21, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/main/rust_xlsxwriter-0.97.1 branch August 21, 2026 09:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants