summaryrefslogtreecommitdiffstats
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
parent10777c150dc2c2fc43a4089ae337ffb7b72fa1e6 (diff)
deps: update grep version
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b1ee1723..f756e239 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -165,7 +165,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"grep-cli 0.1.0",
@@ -480,7 +480,7 @@ name = "ripgrep"
version = "0.9.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep 0.2.0",
+ "grep 0.2.1",
"ignore 0.4.3",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
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"