Update cargo dependencies

This commit is contained in:
topjohnwu
2025-07-10 16:53:25 -07:00
committed by John Wu
parent 4cf525c588
commit 466e4bd4e1
3 changed files with 62 additions and 81 deletions

View File

@@ -31,7 +31,7 @@ fdt = { workspace = true }
bytemuck = { workspace = true, features = ["derive", "min_const_generics"] }
num-traits = { workspace = true }
flate2 = { workspace = true, features = ["zlib-rs"] }
bzip2 = { workspace = true, features = ["libbz2-rs-sys"] }
bzip2 = { workspace = true }
lz4 = { workspace = true }
xz2 = { workspace = true }
zopfli = { workspace = true, features = ["gzip"] }