Skip to content

chore(deps): bump rust_xlsxwriter from 0.96.0 to 0.97.0 in the cargo group - #26

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-587126d7d8
Open

chore(deps): bump rust_xlsxwriter from 0.96.0 to 0.97.0 in the cargo group#26
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-587126d7d8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update: rust_xlsxwriter.

Updates rust_xlsxwriter from 0.96.0 to 0.97.0

Changelog

Sourced from rust_xlsxwriter's changelog.

[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.

Commits
  • 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
  • See full diff in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 1 update: [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter).


Updates `rust_xlsxwriter` from 0.96.0 to 0.97.0
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.96.0...v0.97.0)

---
updated-dependencies:
- dependency-name: rust_xlsxwriter
  dependency-version: 0.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

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 Aug 2, 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