summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-10 18:28:39 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-10 18:30:16 -0500
commite940bc956dcb9bc7ee01bdfea11275d1950d74f5 (patch)
treebea0497a7b7ea639943578ee98ad8dfe36f31cfc /Cargo.lock
parent8751e5570697e6b2b913b2ab06e0dabf9f28b436 (diff)
update bytecount
Fixes #313
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d3e9bcf5..a84598b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,7 +2,7 @@
name = "ripgrep"
version = "0.3.2"
dependencies = [
- "bytecount 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.1.4",
@@ -40,7 +40,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bytecount"
-version = "0.1.5"
+version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"simd 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",