deps: update to bytecount 0.6

Looks like there aren't any major changes other than dependency updates.
This commit is contained in:
Andrew Gallant
2020-01-09 21:02:13 -05:00
parent cb2f6ddc61
commit 2e1815606e
2 changed files with 4 additions and 4 deletions

View File

@@ -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" }