Skip to content

Commit e9d2c56

Browse files
authored
Merge pull request #15 from scientist-labs/dependabot/cargo/ext/parsekit/calamine-0.31
Update calamine requirement from 0.30 to 0.31 in /ext/parsekit
2 parents e1da256 + 401d14f commit e9d2c56

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)