Skip to content
Closed
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ plist = { version = "1", optional = true } # Property list parser for iWork meta
prost = { version = "0.14", features = ["derive"], optional = true } # Protocol Buffers implementation for iWork archive structures
prost-types = { version = "0.14", optional = true } # Well-known Protocol Buffer types used by iWork
quick-xml = { version = "0.39", optional = true } # High-performance XML parser for .docx, .xlsx, .pptx files
rand = "0.9" # Cryptographically secure random numbers for salts in protection hashes
rand = "0.10" # Cryptographically secure random numbers for salts in protection hashes
rayon = "1.11" # Data parallelism library for parallel iterators and work-stealing
reqwest = { version = "0.13", features = ["json"], optional = true }
roaring = "0" # Compressed bitmap data structure for efficient set operations
Expand Down
Loading