From bf68e4cc71803e60ca3cf7617f6049d81155858e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:05:41 -0400 Subject: [PATCH] Update memmap2 requirement from 0.8 to 0.9 in /src (#383) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/pkg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/Cargo.toml b/src/pkg/Cargo.toml index 9c05d671c..b469be172 100644 --- a/src/pkg/Cargo.toml +++ b/src/pkg/Cargo.toml @@ -9,7 +9,7 @@ byteorder = "1.4.3" cbc = "0.1" error = { path = "../error" } fs = { path = "../fs" } -memmap2 = "0.8" +memmap2 = "0.9" param = { path = "../param" } pfs = { path = "../pfs" } rsa = "0.9"