Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2025

Updates the requirements on calamine to permit the latest version.

Release notes

Sourced from calamine's releases.

v0.30.0 - 2025-08-07

Changed

  • Unpinned the zip.rs dependency from v4.2.0 to allow cargo to choose the correct version for the user's rustc version.

    The Rust MSRV was bumped to v1.75.0 (which it should have been for for zip.rs compatibility in previous releases).

    See the discussion at [Issue #527].

    [Issue #527]: jmcnamara/rust_xlsxwriter#527

What's Changed

New Contributors

Full Changelog: tafia/calamine@v0.29.0...v0.30.0

Changelog

Sourced from calamine's changelog.

[0.30.0] - 2025-08-07

Changed

  • Unpinned the zip.rs dependency from v4.2.0 to allow cargo to choose the correct version for the user's rustc version.

    The Rust MSRV was bumped to v1.75.0 (which it should have been for for zip.rs compatibility in previous releases).

    See the discussion at [Issue #527].

    [Issue #527]: jmcnamara/rust_xlsxwriter#527

[0.29.0] - 2025-07-17

Added

  • Add additional documentation and examples for the Range, Cell, XlsxError and Table structs, and Xlsx Table and Merge methods. Issue #459

Changed

  • Pin zip.rs to v4.2.0.

    The current latest release of zip.rs, v4.3.0, requires a MSRV of v1.85.0. This release pins zip.rs to v4.2.0 to allow users to maintain a MSRV of v1.73.0 for at least one more release. It is likely that calamine v0.30.0 or later will move back to the latest zip.rs v4.x and require rustc v1.85.0.

Fixed

  • Fixed issue where XLSX files had Windows style directory separators for internal paths instead of the required Unix style separators. Issue #530.
  • Fixed several XLS parsing issues which could lead to out-of-memory errors. PR #525.
  • Fixed numeric underflow in Xlsx::from_sparse() and also ensured that the associated Range of cells would be in row-column order. PR #524.

[0.28.0] - 2025-06-19

Changed

  • Bump zip to 4.0.

[0.27.0] - 2025-04-22

Added

... (truncated)

Commits
  • 0a68b7d release: 0.30.0
  • c78b16d cargo: unpin zip.rs dependency and fix associated failure in CI
  • 3427e08 chore: rename _typos.toml to .typos.toml
  • 1a705fd fix: typo "smth"->"something"
  • c7ee464 tests: add typos GH Actions workflow
  • fb1dc5b chore: add _typos.yml config
  • 05d269b fix: correct typos
  • 8793611 small language changes to README.md
  • 95a8a6d docs: prep changelog for next release
  • ad0cf24 release: 0.29.0
  • 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 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.

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.26.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@cpetersen cpetersen force-pushed the dependabot/cargo/ext/parsekit/calamine-0.30 branch from 580fd94 to 2a21049 Compare September 5, 2025 23:20
@cpetersen cpetersen merged commit a0dd7f9 into main Sep 5, 2025
1 check passed
@cpetersen cpetersen deleted the dependabot/cargo/ext/parsekit/calamine-0.30 branch September 5, 2025 23:39
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