summaryrefslogtreecommitdiffstats
path: root/grep-searcher
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-searcher
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-searcher')
-rw-r--r--grep-searcher/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index 596617a2..bb1e50d6 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -14,16 +14,16 @@ license = "Unlicense/MIT"
[dependencies]
bytecount = "0.3.2"
-encoding_rs = "0.8.10"
+encoding_rs = "0.8.14"
encoding_rs_io = "0.1.3"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
log = "0.4.5"
-memchr = "2.0.2"
+memchr = "2.1"
memmap = "0.6.2"
[dev-dependencies]
grep-regex = { version = "0.1.1", path = "../grep-regex" }
-regex = "1.0.5"
+regex = "1.1"
[features]
avx-accel = [