summaryrefslogtreecommitdiffstats
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
parenta4f165e3abb0b9de2971be6c4c9493f1769408ba (diff)
deps: bump to memmap2 0.9.0
-rw-r--r--Cargo.lock4
-rw-r--r--crates/searcher/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c9266ff0..6ad7cd97 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -298,9 +298,9 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "memmap2"
-version = "0.8.0"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
+checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
dependencies = [
"libc",
]
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" }