From caa53b7b09aab414058e30feb0af805ab4bfc1bd Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 9 May 2020 10:37:08 -0400 Subject: [PATCH] grep: update minimal dependency versions --- crates/grep/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml index 1c8f5ab..25aa14d 100644 --- a/crates/grep/Cargo.toml +++ b/crates/grep/Cargo.toml @@ -16,8 +16,8 @@ license = "Unlicense/MIT" grep-cli = { version = "0.1.4", path = "../cli" } grep-matcher = { version = "0.1.4", path = "../matcher" } grep-pcre2 = { version = "0.1.4", path = "../pcre2", optional = true } -grep-printer = { version = "0.1.4", path = "../printer" } -grep-regex = { version = "0.1.6", path = "../regex" } +grep-printer = { version = "0.1.5", path = "../printer" } +grep-regex = { version = "0.1.8", path = "../regex" } grep-searcher = { version = "0.1.7", path = "../searcher" } [dev-dependencies]