summaryrefslogtreecommitdiffstats
path: root/grep-printer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-printer/Cargo.toml')
-rw-r--r--grep-printer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-printer/Cargo.toml b/grep-printer/Cargo.toml
index cc6dc8d7..79177bbd 100644
--- a/grep-printer/Cargo.toml
+++ b/grep-printer/Cargo.toml
@@ -19,7 +19,7 @@ serde1 = ["base64", "serde", "serde_derive", "serde_json"]
[dependencies]
base64 = { version = "0.10.0", optional = true }
-bstr = "0.1.2"
+bstr = "0.2.0"
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-searcher = { version = "0.1.4", path = "../grep-searcher" }
termcolor = "1.0.4"