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
This commit is contained in:
Andrew Gallant
2018-10-22 06:50:35 -04:00
parent acf226c39d
commit fb62266620
2 changed files with 9 additions and 9 deletions

View File

@@ -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"