From 63b0f31a221e0d065acbdd8ab43cbc3aef463b8e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 19 Jan 2019 09:32:32 -0500 Subject: deps: update various dependencies We also increase the MSRV to 1.32, the current stable release, which sets the stage for migrating to Rust 2018. --- grep-cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'grep-cli') diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml index cb299161..29e15b28 100644 --- a/grep-cli/Cargo.toml +++ b/grep-cli/Cargo.toml @@ -17,9 +17,9 @@ atty = "0.2.11" globset = { version = "0.4.2", path = "../globset" } lazy_static = "1.1.0" log = "0.4.5" -regex = "1.0.5" -same-file = "1.0.3" -termcolor = "1.0.3" +regex = "1.1" +same-file = "1.0.4" +termcolor = "1.0.4" [target.'cfg(windows)'.dependencies.winapi-util] version = "0.1.1" -- cgit v1.2.3