summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 18:00:49 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 18:00:49 -0400
commit019ae1989b2eefa5edbe2ee10d8e328a610bb597 (patch)
treed37d9e52cacc4e985b23d76f2c211e07dcfd08a4 /Cargo.lock
parent36d3f235dc71b41359d0a0df18ab4e2a5dd5decb (diff)
grep-printer: release 0.1.2grep-printer-0.1.2
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ade2f34c..cd63bdd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -154,7 +154,7 @@ dependencies = [
"grep-cli 0.1.1",
"grep-matcher 0.1.2",
"grep-pcre2 0.1.3",
- "grep-printer 0.1.1",
+ "grep-printer 0.1.2",
"grep-regex 0.1.3",
"grep-searcher 0.1.4",
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -194,7 +194,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",