deps: update bytecount

This improves performance with current nightly rustc.
This commit is contained in:
llogiq
2018-01-30 21:34:30 +00:00
committed by Andrew Gallant
parent f007f940c5
commit e05023b406
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ members = [ "grep", "globset", "ignore", "termcolor", "wincolor" ]
[dependencies]
atty = "0.2.2"
bytecount = "0.3"
bytecount = "0.3.1"
clap = "2.26"
encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }