Skip to content

Commit 401d14f

Browse files
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](tafia/calamine@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] <support@github.com>
1 parent e1da256 commit 401d14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/parsekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mupdf = { version = "0.5", default-features = false, features = [] }
1818
# OCR - Using tesseract-rs for both system and bundled modes
1919
tesseract-rs = "0.1" # Tesseract with optional bundling
2020
image = "0.25" # Image processing library (match rusty-tesseract's version)
21-
calamine = "0.30" # Excel parsing
21+
calamine = "0.31" # Excel parsing
2222
docx-rs = "0.4" # Word document parsing
2323
quick-xml = "0.38" # XML parsing
2424
zip = "5.0" # ZIP archive handling for PPTX

0 commit comments

Comments
 (0)