summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorllogiq <bogusandre@gmail.com>2018-08-06 12:44:16 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-08-06 06:44:16 -0400
commitad9befbc1d3b5c695e7f6b6734ee1b8e683edd41 (patch)
treef195544de218f77a4d8eb66e3d44c103ccbe16bf /Cargo.toml
parente86d3d95c2de788818c0673622043542b3e8f06d (diff)
deps: update bytecount to 0.3.2
PR #1003
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 50bbc0ce..ffa253f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ members = ["grep", "globset", "ignore"]
[dependencies]
atty = "0.2.11"
-bytecount = "0.3.1"
+bytecount = "0.3.2"
encoding_rs = "0.8"
encoding_rs_io = "0.1"
globset = { version = "0.4.0", path = "globset" }