Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updates the requirements on calamine to permit the latest version.

Release notes

Sourced from calamine's releases.

v0.31.0 - 2025-09-27

Changed

  • Upgraded quick-xml to v0.38. This was a significant change in quick-xml relative to v0.37 and required changes in calamine to entity handling. It also fixes EOL handling which may lead to regressions in calamine applications if they expected to see "\r\n" in strings instead of the correct (for XML and Excel) "\n".

    For most users these will be inconsequential changes but please take note before upgrading production code.

  • Renamed the "dates" feature flag to "chrono" since there is now some native date handling features without "chrono". The "chrono" flag is more specific and accurate. The "dates" flag is still supported as before for backward compatibility.

    This change also made some datatype methods related to date/times available in the "default" feature set. They were previously hidden unnecessarily behind the "dates/"chrono" flag.

Added

  • Added a conversion function to ExcelDateTime to convert the inner serial Excel datetime to standard year, month, date, hour, minute, second and millisecond components. Works for 1900 and 1904 epochs.

Fixed

  • Fixed issue where Excel xlsx shared formula failed if it contained Unicode characters. [Issue #553].

    [Issue #553]: tafia/calamine#553

  • Fixed issue where Excel XML escapes in strings weren't unescaped. For example "_x000D_" -> "\r". [Issue #469].

    [Issue #469]: tafia/calamine#469

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from calamine's changelog.

[0.31.0] - 2025-09-27

Changed

  • Upgraded quick-xml to v0.38. This was a significant change in quick-xml relative to v0.37 and required changes in calamine to entity handling. It also fixes EOL handling which may lead to regressions in calamine applications if they expected to see "\r\n" in strings instead of the correct (for XML and Excel) "\n".

    For most users these will be inconsequential changes but please take note before upgrading production code.

  • Renamed the "dates" feature flag to "chrono" since there is now some native date handling features without "chrono". The "chrono" flag is more specific and accurate. The "dates" flag is still supported as before for backward compatibility.

    This change also made some datatype methods related to date/times available in the "default" feature set. They were previously hidden unnecessarily behind the "dates/"chrono" flag.

Added

  • Added a conversion function to ExcelDateTime to convert the inner serial Excel datetime to standard year, month, date, hour, minute, second and millisecond components. Works for 1900 and 1904 epochs.

Fixed

  • Fixed issue where Excel xlsx shared formula failed if it contained Unicode characters. [Issue #553].

    [Issue #553]: tafia/calamine#553

  • Fixed issue where Excel XML escapes in strings weren't unescaped. For example "_x000D_" -> "\r". [Issue #469].

    [Issue #469]: tafia/calamine#469

[0.30.1] - 2025-09-06

Added

Fixed

... (truncated)

Commits
  • 3483257 release: 0.31.0
  • 5456faf datetime: expose methods/traits that don't need chrono support
  • 069ac6d docs: add documentation for crate features
  • febaae8 picture: add extra documentation and example
  • f37117e datetime: replace 'dates' feature flag with 'chrono'
  • 7631c4e datetime: add native conversion from excel datetime
  • 2f3f791 xlsx: add unescape for Excel xml escapes
  • 9d49460 xml: make parsing changes for quick-xml v0.38
  • e44726b clippy: ensure clippy is installed in github action
  • 458b8ca clippy: add clippy github action
  • 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 [calamine](https://github.com/tafia/calamine) to permit the latest version.
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: calamine
  dependency-version: 0.31.0
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Sep 29, 2025

Labels

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

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

@cpetersen cpetersen merged commit e9d2c56 into main Oct 8, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/ext/parsekit/calamine-0.31 branch October 8, 2025 17:07
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.

2 participants