summaryrefslogtreecommitdiffstats
path: root/grep-matcher
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-matcher
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-matcher')
-rw-r--r--grep-matcher/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep-matcher/Cargo.toml b/grep-matcher/Cargo.toml
index c7b2c9b0..39391291 100644
--- a/grep-matcher/Cargo.toml
+++ b/grep-matcher/Cargo.toml
@@ -14,10 +14,10 @@ license = "Unlicense/MIT"
autotests = false
[dependencies]
-memchr = "2.0.2"
+memchr = "2.1"
[dev-dependencies]
-regex = "1.0.5"
+regex = "1.1"
[[test]]
name = "integration"