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"