summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2018-01-09 08:03:04 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-01-09 07:09:29 -0500
commit50616935a9784d9a6757ba0140f28ce20ccb52a6 (patch)
treebd5ff6a870c4c3f809b930499e3434175ba456d1 /Cargo.toml
parent01b7859399bb4306fc2c60ebc007e271b527a799 (diff)
deps: update bytecount to 0.3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bae53600..924a2397 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }