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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ eval_engine_web_functions = [
]

[dependencies]
aes = { version = "0.8", optional = true } # AES block cipher for OOXML file encryption
aes = { version = "0.9", optional = true } # AES block cipher for OOXML file encryption
aho-corasick = "1.1" # Fast string searching for fast byte pattern matching
allsorts = { version = "0.16", optional = true } # Font subsetting and layout
atoi_simd = "0.18" # SIMD-optimized conversion of byte slices to integers
Expand Down
Loading