summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:58 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:58 -0400
commitc8d8ab8ded2ea426b6f8208f59c615a2d35eb020 (patch)
tree2ec28aaecab9fde650a0cd2a97accc592c3a99a6
parent1d53ed2744c246549f4be349310cb5a57c382d27 (diff)
deps/grep: update minimal versions
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdcfbc38..6686af33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ members = [
[dependencies]
bstr = "0.2.12"
-grep = { version = "0.2.7", path = "crates/grep" }
+grep = { version = "0.2.8", path = "crates/grep" }
ignore = { version = "0.4.18", path = "crates/ignore" }
lazy_static = "1.1.0"
log = "0.4.5"