Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/parsekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ image = "0.25" # Image processing library (match rusty-tesseract's version)
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
zip = "6.0" # ZIP archive handling for PPTX
serde_json = "1.0" # JSON parsing
regex = "1.10" # Text parsing
encoding_rs = "0.8" # Encoding detection
Expand Down