From d2e6a51258a4ecc91c3038c5ec4296d3627e160b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:54:21 +0000 Subject: [PATCH] Bump memmap2 from 0.7.1 to 0.8.0 Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.7.1 to 0.8.0. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1c08fd06e6..a0e291e2c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,9 +704,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" +checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" dependencies = [ "libc", ] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 4d658491d0..3eb6e9f9f1 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -49,7 +49,7 @@ typed-builder = "0.14.0" twox-hash = "1.6.0" vec-collections = "0.3.4" piz = "0.5.0" -memmap2 = "0.7.1" +memmap2 = "0.8.0" ouroboros = "0.18.0" [dev-dependencies]