From 401d14f5ff9d907119459f1772d6b8564637fcc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:59:06 +0000 Subject: [PATCH] Update calamine requirement from 0.30 to 0.31 in /ext/parsekit 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.30.0...v0.31.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ext/parsekit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index 4fc8483..59b8ddd 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -18,7 +18,7 @@ mupdf = { version = "0.5", default-features = false, features = [] } # OCR - Using tesseract-rs for both system and bundled modes tesseract-rs = "0.1" # Tesseract with optional bundling image = "0.25" # Image processing library (match rusty-tesseract's version) -calamine = "0.30" # Excel parsing +calamine = "0.31" # Excel parsing docx-rs = "0.4" # Word document parsing quick-xml = "0.38" # XML parsing zip = "5.0" # ZIP archive handling for PPTX