Skip to content

Commit a0dd7f9

Browse files
authored
Merge pull request #4 from cpetersen/dependabot/cargo/ext/parsekit/calamine-0.30
Update calamine requirement from 0.26 to 0.30 in /ext/parsekit
2 parents 223fca2 + 2a21049 commit a0dd7f9

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.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)