summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-19 09:32:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-19 10:44:30 -0500
commit63b0f31a221e0d065acbdd8ab43cbc3aef463b8e (patch)
treea97411e1c28fd92756694f6aa28f75df08991b2d /grep
parent7ecee299a5a2e0db381b17394d8dab002916ee06 (diff)
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.
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 1ddcd4a2..5bdc1d62 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -22,9 +22,9 @@ grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
[dev-dependencies]
atty = "0.2.11"
-regex = "1"
-termcolor = "1"
-walkdir = "2.2.2"
+regex = "1.1"
+termcolor = "1.0.4"
+walkdir = "2.2.7"
[dev-dependencies.clap]
version = "2.32.0"