summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 13:31:31 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 13:32:39 -0500
commit9b5091b895106a2458eadbda1e19329a346e8eff (patch)
tree3c0e71d24c1febf0dd7177d27636c3dce0446c85 /crates
parenta4f165e3abb0b9de2971be6c4c9493f1769408ba (diff)
deps: bump to memmap2 0.9.0
Diffstat (limited to 'crates')
-rw-r--r--crates/searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index 5508bb0d..75f42775 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -20,7 +20,7 @@ encoding_rs_io = "0.1.7"
grep-matcher = { version = "0.1.6", path = "../matcher" }
log = "0.4.20"
memchr = "2.6.3"
-memmap = { package = "memmap2", version = "0.8.0" }
+memmap = { package = "memmap2", version = "0.9.0" }
[dev-dependencies]
grep-regex = { version = "0.1.11", path = "../regex" }