Skip to content
Open
Show file tree
Hide file tree
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
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libarchive_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bzip2 = { version = "0.6.1", optional = true }
flate2 = { version = "1.1.9", default-features = false, features = ["zlib"], optional = true }
xz-codec = { package = "xz2", version = "0.1.7", optional = true }
# Shared by xz and 7z.
lzma-rust2 = { version = "0.16.5", default-features = false, features = ["std", "encoder", "xz"], optional = true }
lzma-rust2 = { version = "0.17.0", default-features = false, features = ["std", "encoder", "xz"], optional = true }
# WinZip AE-2 requires SHA-1. `zeroize` wipes the expanded AES key schedule on drop,
# so a folder/member key never lingers in freed memory after the decoder is dropped
# (defense in depth for both the 7z CBC and the ZIP AE-2 CTR paths).
Expand Down Expand Up @@ -117,7 +117,7 @@ flate2 = "1"
lz4_flex = { version = "0.14.0", default-features = false, features = ["frame"] }
# Independent liblz4 consumer used only to validate our Pure-Rust writer output.
lz4-codec = { package = "lz4", version = "1.28.1" }
lzma-rust2 = "0.16.5"
lzma-rust2 = "0.17.0"
# Independent liblzma producer/consumer used only for XZ interoperability tests.
xz-codec = { package = "xz2", version = "0.1.7" }
ruzstd = "0.8.2"
Expand Down