summaryrefslogtreecommitdiffstats
path: root/grep-matcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 13:14:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 14:00:22 -0400
commitd14f0b37d651b276fcd6a6938b0da918b17f3326 (patch)
treec06de798b5df66dd9bd51049444c02b93be8163f /grep-matcher
parent3ddc3c040f7a0a6896738fc1d6dbe57fd75566b4 (diff)
deps: update versions for all crates
I don't think every change here is needed, but this ensures we're using the latest version of every direct dependency.
Diffstat (limited to 'grep-matcher')
-rw-r--r--grep-matcher/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep-matcher/Cargo.toml b/grep-matcher/Cargo.toml
index 4de336e1..c7b2c9b0 100644
--- a/grep-matcher/Cargo.toml
+++ b/grep-matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.
@@ -14,10 +14,10 @@ license = "Unlicense/MIT"
autotests = false
[dependencies]
-memchr = "2"
+memchr = "2.0.2"
[dev-dependencies]
-regex = "1"
+regex = "1.0.5"
[[test]]
name = "integration"