diff --git a/Cargo.lock b/Cargo.lock index acbaa7c43..b7c3bf4a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -976,14 +976,14 @@ dependencies = [ [[package]] name = "niffler" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd625dd485c2d20bdb98d7ec364f798b256ac09997ef18b4274be2168f53a647" +checksum = "9e84f25af5326bacf3cbc3b9d2586d096426b10c889050cab891f89c9cb65932" dependencies = [ "cfg-if", "flate2", "liblzma", - "thiserror 1.0.69", + "thiserror 2.0.11", "zstd", ] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 6f7d6c1c2..87d140db4 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -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.6.0", default-features = false, features = [ "gz", "zstd", "lzma" ] } +niffler = { version = "2.7.0", default-features = false, features = [ "gz", "zstd", "lzma" ] } # declare liblzma here to allow static compilation and fix macos linking issues in Python wheel liblzma = { version = "0.3.0", features = ["static"] } nohash-hasher = "0.2.0"