From efcb88bb45f5861d3a46a8fb380f0c730794a657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:40:16 +0000 Subject: [PATCH] Update memmap2 requirement from 0.7.0 to 0.8.0 Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d2717e..bfb0779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" byteorder = "1.4" crc = "3" log = "0.4" -memmap2 = "0.7.0" +memmap2 = "0.8.0" rand = "0.8.5" rand_distr = "0.4.3" fs4 = "0.6"