From e0d0c27eeca934e8c830e6edab9328b9be100712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:29:55 +0000 Subject: [PATCH] chore(deps): update calamine requirement from 0.26 to 0.34 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](https://github.com/tafia/calamine/compare/v0.26.0...v0.34.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/paperjam-xlsx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/paperjam-xlsx/Cargo.toml b/crates/paperjam-xlsx/Cargo.toml index bf3fb9d..676b364 100644 --- a/crates/paperjam-xlsx/Cargo.toml +++ b/crates/paperjam-xlsx/Cargo.toml @@ -8,6 +8,6 @@ description = "XLSX spreadsheet processing for the paperjam ecosystem" [dependencies] paperjam-model = { path = "../paperjam-model" } -calamine = { version = "0.26", default-features = false } +calamine = { version = "0.34", default-features = false } rust_xlsxwriter = { version = "0.82", default-features = false } thiserror = { workspace = true }