Skip to content

Bump calamine from 0.31.0 to 0.32.0 - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/calamine-0.32.0
Open

Bump calamine from 0.31.0 to 0.32.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/calamine-0.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown

Bumps calamine from 0.31.0 to 0.32.0.

Release notes

Sourced from calamine's releases.

v0.32.0 - 2025-11-20

Changed

  • Refactored VBA reading functions to be on-demand for better performance.

  • Simplified vba_project() function return type from Option<Result<T>> to Result<Option<T>> for more idiomatic error handling. This is a breaking change.

Fixed

  • Fixed out-of-memory vulnerabilities in XLS file parsing by bounding allocations.

  • Fixed and extended support for XLSX shared formulas with handling of ranges, absolute references, and column/row ranges in XLSX files.

  • Fixed XLSX issue with missing shared string sub-elements. Also improved error messages for shared string parsing issues.

  • Fixed acceptance of XLS XLUnicodeRichExtendedString records without reserved tags.

  • Fixed various edge cases in XLS handling that could lead to parsing errors.

What's Changed

New Contributors

Full Changelog: tafia/calamine@v0.31.0...v0.32.0

Changelog

Sourced from calamine's changelog.

[0.32.0] - 2025-11-20

Changed

  • Refactored VBA reading functions to be on-demand for better performance.

  • Simplified vba_project() function return type from Option<Result<T>> to Result<Option<T>> for more idiomatic error handling. This is a breaking change.

Fixed

  • Fixed out-of-memory vulnerabilities in XLS file parsing by bounding allocations.

  • Fixed and extended support for XLSX shared formulas with handling of ranges, absolute references, and column/row ranges in XLSX files.

  • Fixed XLSX issue with missing shared string sub-elements. Also improved error messages for shared string parsing issues.

  • Fixed acceptance of XLS XLUnicodeRichExtendedString records without reserved tags.

  • Fixed various edge cases in XLS handling that could lead to parsing errors.

Commits
  • 0bcb811 release: 0.32.0
  • 38ef0e3 fix(XLSX): support replacing row/column ranges
  • 6cf8454 fix: remove unused error conversions
  • b68b08f fix(ods): idiomatic error handling
  • 52c34b3 refactor: dont need ref and ref mut
  • f514bcb Avoid extra allocations in replace_cell_names
  • e8c8ee5 fix: absolute references in shared formulas
  • 88e15a1 Add shared formula reversed test
  • def1a87 Handle non-monotonic si number
  • 90f8f8b Support multi-axis shared formulas
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [calamine](https://github.com/tafia/calamine) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: calamine
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 24, 2025
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