From 34fc938903c58d1cd2efd9bbd7af31e4f87422e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:02:17 +0000 Subject: [PATCH] Update memmap2 requirement from 0.5.10 to 0.7.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.5.10...v0.7.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ators/Cargo.toml | 4 ++-- atorsl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ators/Cargo.toml b/ators/Cargo.toml index bb5278f..1cbf003 100644 --- a/ators/Cargo.toml +++ b/ators/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.2.1", features = ["cargo", "string"] } itertools = "0.10.5" # object -memmap2 = "0.5.10" +memmap2 = "0.7.0" object = "0.31.0" gimli = "0.27.2" fallible-iterator = "0.2.0" @@ -30,5 +30,5 @@ pretty_assertions = "1.3.0" [build-dependencies] anyhow = "1.0.70" -memmap2 = "0.5.10" +memmap2 = "0.7.0" object = "0.31.0" diff --git a/atorsl/Cargo.toml b/atorsl/Cargo.toml index 4d71bd0..dce10a0 100644 --- a/atorsl/Cargo.toml +++ b/atorsl/Cargo.toml @@ -17,7 +17,7 @@ build = "build.rs" fallible-iterator = "0.2.0" itertools = "0.10.5" thiserror = "1.0.40" -memmap2 = "0.5.10" +memmap2 = "0.7.0" object = "0.31.0" gimli = "0.27.2"