deps: bump encoding_rs to 0.8

This brings in performance improvements.
This commit is contained in:
Andrew Gallant
2018-07-17 20:29:41 -04:00
parent 7829850bf0
commit 5b5f4e74d9
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ members = ["grep", "globset", "ignore"]
[dependencies]
atty = "0.2.9"
bytecount = "0.3.1"
encoding_rs = "0.7"
encoding_rs = "0.8"
globset = { version = "0.4.0", path = "globset" }
grep = { version = "0.1.8", path = "grep" }
ignore = { version = "0.4.0", path = "ignore" }