summaryrefslogtreecommitdiffstats
path: root/grep-matcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-matcher/Cargo.toml')
-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"