summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenri Sivonen <hsivonen@hsivonen.fi>2018-11-17 11:56:22 +0200
committerKartikaya Gupta (kats) <staktrace@users.noreply.github.com>2019-05-23 21:40:49 -0400
commita60c8493d3c921ab3e87646866fd3fdd0ee03cb6 (patch)
treee172d425631c5440f6fd37c147730a4828f7728f /Cargo.toml
parent33eb96aeb20283e3691da393d321a0c5df2a64dc (diff)
Use the charset crate instead of the encoding crate
Adds support for UTF-7 and drops support for HZ.
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 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"