deps: update bytecount to 0.3

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko
2018-01-09 08:03:04 +01:00
committed by Andrew Gallant
parent 01b7859399
commit 50616935a9
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.2"
bytecount = "0.3"
clap = "2.26"
encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }