summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-27 15:46:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-27 15:46:40 -0500
commitb65bb37b14655e1a89c7cd19c8b011ef3e312791 (patch)
tree8efeea3d2ef64f213296f621c83e29c7f36bbf4c /Cargo.lock
parentde5cb7d22e00c18dfce082a68b0cf45924b56e7f (diff)
Remove superfluous memmap dependency in `grep` crate.
Fixes #295.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 657f430c..672229d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -107,7 +107,6 @@ version = "0.1.4"
dependencies = [
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "memmap 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]