From ea6332f1fc4127bdbdd83cb1f761ca68a451d881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:44:06 +0000 Subject: [PATCH] Bump niffler from 2.6.0 to 2.7.0 Bumps [niffler](https://github.com/luizirber/niffler) from 2.6.0 to 2.7.0. - [Changelog](https://github.com/luizirber/niffler/blob/master/CHANGELOG.md) - [Commits](https://github.com/luizirber/niffler/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: niffler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"