summaryrefslogtreecommitdiffstats
path: root/grep-searcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-10-22 06:50:35 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-10-22 06:50:35 -0400
commitfb622666206089cf7092ae116612898ac358c91c (patch)
treeb336a490c5023d58a870761601293b6fa2a8aa23 /grep-searcher
parentacf226c39d79264256c0295b8381f8c7f0d74d59 (diff)
deps: update encoding_rs
This commit bumps the version of encoding_rs to use the latest release. This appears to fix a panic in UTF-16 decoding. Fixes #1089
Diffstat (limited to 'grep-searcher')
-rw-r--r--grep-searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index d32f1349..596617a2 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
bytecount = "0.3.2"
-encoding_rs = "0.8.6"
+encoding_rs = "0.8.10"
encoding_rs_io = "0.1.3"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
log = "0.4.5"