From a60c8493d3c921ab3e87646866fd3fdd0ee03cb6 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Sat, 17 Nov 2018 11:56:22 +0200 Subject: Use the charset crate instead of the encoding crate Adds support for UTF-7 and drops support for HZ. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6582c4..f07c114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ maintenance = { status = "passively-maintained" } [dependencies] base64 = "0.9.0" quoted_printable = "0.4.0" -encoding = "0.2.32" +charset = "0.1.1" -- cgit v1.2.3