summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-04 23:29:05 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-04 23:29:05 -0400
commit003c3695f41ac204208ba2ff797b0d01d55697a6 (patch)
tree0078db1d7ff716b244f68250748d113f2208a338 /Cargo.toml
parent10777c150dc2c2fc43a4089ae337ffb7b72fa1e6 (diff)
deps: update grep version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c489c46..92375b79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ members = [
]
[dependencies]
-grep = { version = "0.2.0", path = "grep" }
+grep = { version = "0.2.1", path = "grep" }
ignore = { version = "0.4.0", path = "ignore" }
lazy_static = "1"
log = "0.4"