summaryrefslogtreecommitdiffstats
path: root/crates/printer
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-07-05 11:08:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-07-05 14:04:29 -0400
commita68db3ac02fbfa2154cb2c8029c39e89d24c2792 (patch)
tree9487e2508117f680f51c9aba0df9958cf1492843 /crates/printer
parentb12905daca8a1659e039af4e09affbc82e2de8af (diff)
deps: drop temporary patch and move to bstr 1.6
Now that regex 1.9 is out, we can depend on it from crates.io.
Diffstat (limited to 'crates/printer')
-rw-r--r--crates/printer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index c7054250..e557d08d 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -20,7 +20,7 @@ serde1 = ["base64", "serde", "serde_json"]
[dependencies]
base64 = { version = "0.20.0", optional = true }
-bstr = "1.1.0"
+bstr = "1.6.0"
grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-searcher = { version = "0.1.11", path = "../searcher" }
termcolor = "1.0.4"