Skip to content

deps(deps): bump calamine from 0.35.0 to 0.36.1 - #79

Open
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/cargo/calamine-0.36.1
Open

deps(deps): bump calamine from 0.35.0 to 0.36.1#79
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/cargo/calamine-0.36.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps calamine from 0.35.0 to 0.36.1.

Release notes

Sourced from calamine's releases.

v0.36.1 - 2026-07-27

Fixed

  • Fixed a regression in 0.36.0 that broke Strict OOXML (ISO/IEC 29500) _rels/.rels links.

    [PR #681]: tafia/calamine#681

  • Fixed XLS string handling to preserve empty strings instead of discarding them. [PR #679].

    [PR #679]: tafia/calamine#679

  • Fixed XLSB workbook parsing to consume the body of unhandled workbook-global records. A leftover body was misread as the next record id, which either silently dropped the worksheet or panicked from an empty buffer. [PR #675].

    [PR #675]: tafia/calamine#675

What's Changed

New Contributors

Full Changelog: tafia/calamine@v0.36.0...v0.36.1

v0.36.0 - 2026-07-06

Added

  • Added an XLSX streaming API for cell and formula records, including shared formula metadata. There are two new APIs: XlsxCellReader::next_cell_with_formula() and XlsxCellReader::next_cell_with_formula_metadata(). Previously it required 2 separate reads to get similar information. [PR #654].

    [PR #654]: tafia/calamine#654

  • Added a per-sheet, lazy XLSX API to read worksheet hyperlinks: Xlsx::hyperlinks_by_sheet_name() and Xlsx::hyperlinks_by_sheet_id(). Each hyperlink reports its anchor range (Dimensions), external target (URL/file/mailto), optional internal location, displayed text, and optional tooltip. [PR #659].

    [PR #659]: tafia/calamine#659

  • Extended the picture feature to also extract cell position information and the raw image data, and to handle newer Excel 365 style embedded images.

... (truncated)

Changelog

Sourced from calamine's changelog.

[0.36.1] - 2026-07-27

Fixed

  • Fixed a regression in 0.36.0 that broke Strict OOXML (ISO/IEC 29500) _rels/.rels links.

    [PR #681]: tafia/calamine#681

  • Fixed XLS string handling to preserve empty strings instead of discarding them. [PR #679].

    [PR #679]: tafia/calamine#679

  • Fixed XLSB workbook parsing to consume the body of unhandled workbook-global records. A leftover body was misread as the next record id, which either silently dropped the worksheet or panicked from an empty buffer. [PR #675].

    [PR #675]: tafia/calamine#675

[0.36.0] - 2026-07-06

Added

  • Added an XLSX streaming API for cell and formula records, including shared formula metadata. There are two new APIs: XlsxCellReader::next_cell_with_formula() and XlsxCellReader::next_cell_with_formula_metadata(). Previously it required 2 separate reads to get similar information. [PR #654].

    [PR #654]: tafia/calamine#654

  • Added a per-sheet, lazy XLSX API to read worksheet hyperlinks: Xlsx::hyperlinks_by_sheet_name() and Xlsx::hyperlinks_by_sheet_id(). Each hyperlink reports its anchor range (Dimensions), external target (URL/file/mailto), optional internal location, displayed text, and optional tooltip. [PR #659].

    [PR #659]: tafia/calamine#659

  • Extended the picture feature to also extract cell position information and the raw image data, and to handle newer Excel 365 style embedded images. [PR #652].

    [PR #652]: tafia/calamine#652

  • Added support for reading XLSX rich string (rstring) records. [Issue #655].

    [Issue #655]: tafia/calamine#655

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

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.

Bumps [calamine](https://github.com/tafia/calamine) from 0.35.0 to 0.36.1.
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.35.0...v0.36.1)

---
updated-dependencies:
- dependency-name: calamine
  dependency-version: 0.36.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/calamine-0.36.1 branch from 978e145 to ca88155 Compare August 9, 2026 18:04
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.

1 participant