summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2017-11-13 19:55:41 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-11-22 09:52:47 -0500
commit373e0595e6dfd4b1e1f29ec7b24f81ef4c08d90c (patch)
tree7f5ef88b70c48ab3c0ad8aac6c9c7d412cd30eb2 /Cargo.toml
parent1374f15bdf787634bc857d29130144d93cf5c00e (diff)
bump bytecount to 0.2
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 86fbb756..f66cc17b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ path = "tests/tests.rs"
[dependencies]
atty = "0.2.2"
-bytecount = "0.1.4"
+bytecount = "0.2"
clap = "2.26"
encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }