summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenri Sivonen <hsivonen@hsivonen.fi>2017-08-28 13:19:17 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-08-28 08:14:33 -0400
commitaf77dd55a243b43fca51dea05180a314a2179f8d (patch)
treeecd65719d7ff52ad0c225edb4398fee55af1a3ee /Cargo.toml
parent3065a8c9c839f7e722a73e8375f2e41c7e084737 (diff)
Update encoding_rs to 0.7.0
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 aeb2aee7..4f10128b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ path = "tests/tests.rs"
atty = "0.2.2"
bytecount = "0.1.4"
clap = "2.26"
-encoding_rs = "0.6"
+encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.2.2", path = "ignore" }