From 50616935a9784d9a6757ba0140f28ce20ccb52a6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 9 Jan 2018 08:03:04 +0100 Subject: [PATCH] deps: update bytecount to 0.3 Signed-off-by: Igor Gnatenko --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0ea01a6..be583d37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bytecount" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "simd 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -243,7 +243,7 @@ name = "ripgrep" version = "0.7.1" dependencies = [ "atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytecount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "encoding_rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -397,7 +397,7 @@ dependencies = [ "checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455" "checksum atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859" "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" -"checksum bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af27422163679dea46a1a7239dffff64d3dcdc3ba5fe9c49c789fbfe0eb949de" +"checksum bytecount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "869db8c503197cc780bdc2169e7bcd8196ea21a97eaa070ae591558c5807ed13" "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" "checksum clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "110d43e343eb29f4f51c1db31beb879d546db27998577e5715270a54bcf41d3f" "checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19" diff --git a/Cargo.toml b/Cargo.toml index bae53600..924a2397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ members = [ "grep", "globset", "ignore", "termcolor", "wincolor" ] [dependencies] atty = "0.2.2" -bytecount = "0.2" +bytecount = "0.3" clap = "2.26" encoding_rs = "0.7" env_logger = { version = "0.4", default-features = false }