From daaf6f05561a6ce2e2a0f640ced1400b21be17b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:40:58 +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 9cd80dbfa..a7151478d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,13 +1033,13 @@ 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", - "thiserror 1.0.69", + "thiserror 2.0.11", ] [[package]] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 7802b137d..517b1c252 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -44,7 +44,7 @@ md5 = "0.7.0" memmap2 = "0.9.5" murmurhash3 = "0.0.5" needletail = { version = "0.6.1", default-features = false } -niffler = { version = "2.4.0", default-features = false, features = [ "gz" ] } +niffler = { version = "2.7.0", default-features = false, features = [ "gz" ] } nohash-hasher = "0.2.0" num-iter = "0.1.45" once_cell = "1.18.0"