summaryrefslogtreecommitdiffstats
path: root/grep-regex
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-regex
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-regex')
-rw-r--r--grep-regex/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index 351b0789..e99edcaa 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -15,7 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.4.5"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
-regex = "1.0.5"
-regex-syntax = "0.6.2"
+regex = "1.1"
+regex-syntax = "0.6.4"
thread_local = "0.3.6"
utf8-ranges = "1.0.1"