summaryrefslogtreecommitdiffstats
path: root/grep-searcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-09 21:02:13 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-01-10 15:07:47 -0500
commit2e1815606edc18d2342eaf8f5b54389d07b56f9e (patch)
treef27a7b28bdf8bf8a934c287e43276e37ea2ca453 /grep-searcher
parentcb2f6ddc61b79b7acf59bb00a6be9f1740aa55b8 (diff)
deps: update to bytecount 0.6
Looks like there aren't any major changes other than dependency updates.
Diffstat (limited to 'grep-searcher')
-rw-r--r--grep-searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index 97cd9d16..82c97c2a 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
bstr = { version = "0.2.0", default-features = false, features = ["std"] }
-bytecount = "0.5"
+bytecount = "0.6"
encoding_rs = "0.8.14"
encoding_rs_io = "0.1.6"
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }