Skip to content

build(deps): bump calamine from 0.35.0 to 0.36.0#73

Merged
harehare merged 1 commit into
mainfrom
dependabot/cargo/calamine-0.36.0
Jul 8, 2026
Merged

build(deps): bump calamine from 0.35.0 to 0.36.0#73
harehare merged 1 commit into
mainfrom
dependabot/cargo/calamine-0.36.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps calamine from 0.35.0 to 0.36.0.

Release notes

Sourced from calamine's releases.

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. [PR #652].

    [PR #652]: tafia/calamine#652

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

    [Issue #655]: tafia/calamine#655

Changed

... (truncated)

Changelog

Sourced from calamine's changelog.

[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

Changed

... (truncated)

Commits
  • 2872ac1 release: 0.36.0
  • bec70ca fix(xlsx): fix whitespace trimming bug introduced in #671 (#673)
  • 058cb50 chore: clippy::manual_is_multiple_of
  • 070c4c0 deps: bump quick-xml 0.39 to 0.41
  • 01bc379 deps: bump zip from 7.0 to 8.6
  • c903532 deps: bump atoi_simd 0.17 to 0.18
  • 9bcfed2 example: fix cargo test warning for read_picture_data example (#676)
  • 0dad897 xlsx: make shared formula cell replacement more accurate (#664)
  • 1f1f7bc fix: strip whitespace from <t> elements without xml:space="preserve" (#671)
  • d206c9b fix(xls): better error message when file too small (#670)
  • Additional commits viewable 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 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)

Bumps [calamine](https://github.com/tafia/calamine) from 0.35.0 to 0.36.0.
- [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.0)

---
updated-dependencies:
- dependency-name: calamine
  dependency-version: 0.36.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 Jul 7, 2026
@harehare harehare merged commit 2d4ea28 into main Jul 8, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/cargo/calamine-0.36.0 branch July 8, 2026 09:58
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.

1 participant