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)",