From be73321388e0c7180a26fb5e3bbdef208a1d466c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:55:25 +0000 Subject: [PATCH] Bump memmap2 from 0.9.4 to 0.9.5 Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.4 to 0.9.5. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.4...v0.9.5) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2c3a4b18..d7a214a4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,9 +951,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index c1d514026..70adfefef 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -41,7 +41,7 @@ histogram = "0.11.0" itertools = "0.13.0" log = "0.4.22" md5 = "0.7.0" -memmap2 = "0.9.4" +memmap2 = "0.9.5" murmurhash3 = "0.0.5" needletail = { version = "0.5.1", default-features = false } niffler = { version = "2.4.0", default-features = false, features = [ "gz" ] }