summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-17 20:29:41 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-17 20:29:41 -0400
commit5b5f4e74d92484d3a521ecd0171e9af80be888b2 (patch)
treea3325f49b93980e1e04c62988c410b166030203e /Cargo.toml
parent7829850bf011b250655edc97dca663b96db793ae (diff)
deps: bump encoding_rs to 0.8
This brings in performance improvements.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04fade19..14e1038a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }