From ddeb85eaa3bdf79d6306cc92a9d8bd89d839b5cd Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 8 May 2024 11:08:35 -0400 Subject: [PATCH] cli/deps: update memmap2 to 0.9 --- regex-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-cli/Cargo.toml b/regex-cli/Cargo.toml index a107c09df..ac69c9ec4 100644 --- a/regex-cli/Cargo.toml +++ b/regex-cli/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1.0.28" bstr = { version = "1.4.0", default-features = false, features = ["std"] } lexopt = "0.3.0" log = { version = "0.4.17", features = ["std"] } -memmap2 = "0.5.10" +memmap2 = "0.9.4" regex = { version = "1.9.0", path = ".." } regex-automata = { version = "0.4.0", path = "../regex-automata", features = ["logging"] } regex-lite = { version = "0.1.0", path = "../regex-lite" }