Skip to content

Commit

Permalink
Update niffler to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 12, 2025
1 parent 705da08 commit 30e4ea1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ md5 = "0.7.0"
memmap2 = "0.9.5"
murmurhash3 = "0.0.5"
needletail = { version = "0.6.1", default-features = false }
niffler = { version = "2.7.0", default-features = false, features = [ "gz", "zstd", "lzma" ] }
niffler = { version = "3.0.0", default-features = false, features = [ "wasm" ] }
# declare liblzma here to allow static compilation and fix macos linking issues in Python wheel
liblzma = { version = "0.3.6", features = ["static"] }
nohash-hasher = "0.2.0"
Expand Down

0 comments on commit 30e4ea1

Please sign in to comment.