summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorllogiq <bogusandre@gmail.com>2018-01-30 21:34:30 +0000
committerAndrew Gallant <jamslam@gmail.com>2018-01-30 16:34:30 -0500
commite05023b4065c5a5589caddc53ad1599af6497197 (patch)
tree8290469fda3bac11ca0a4fa1c3077518f481e6b2 /Cargo.toml
parentf007f940c53a4818ead58f2fe2e0fac95cc3a40a (diff)
deps: update bytecount
This improves performance with current nightly rustc.
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 6a250fa0..62267e26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 }