From fc2a29f2cfcb0fe01651ff4c132c99672a424b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:27:44 +0000 Subject: [PATCH] Update memmap2 requirement from =0.9.0 to =0.9.2 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.9.0...v0.9.2) --- 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 8273ebaf..690ba4db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = [ [dependencies] hifitime = "3.8.6" -memmap2 = "=0.9.0" +memmap2 = "=0.9.2" crc32fast = "=1.3.2" der = { version = "0.7.8", features = ["derive", "alloc", "real"] } clap = { version = "4", features = ["derive"] }