Skip to content

Commit 580fd94

Browse files
Update calamine requirement from 0.26 to 0.30 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.26.0...v0.30.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 641bfb2 commit 580fd94

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 - Tesseract with image loading support
1919
rusty-tesseract = "1.1" # Tesseract wrapper with image loading
2020
image = "0.25" # Image processing library (match rusty-tesseract's version)
21-
calamine = "0.26" # Excel parsing
21+
calamine = "0.30" # Excel parsing
2222
docx-rs = "0.4" # Word document parsing
2323
quick-xml = "0.36" # XML parsing
2424
serde_json = "1.0" # JSON parsing

0 commit comments

Comments
 (0)