summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@trevize.staktrace.com>2019-05-23 21:55:20 -0400
committerKartikaya Gupta <kats@trevize.staktrace.com>2019-05-23 21:55:20 -0400
commitee59e811681dedac8a44b3510d29888beb557c5c (patch)
treee8f0db97f69e778bcb11f1371ff78fb03862527f /Cargo.toml
parent8875b3df5579c6ac4a39c1fb7cb59ce525a0d5a6 (diff)
Stop using deprecated trim_left/right
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 667e3da..c78b484 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,5 +18,5 @@ maintenance = { status = "passively-maintained" }
[dependencies]
base64 = "0.10.0"
-quoted_printable = "0.4.0"
+quoted_printable = "0.4.1"
charset = "0.1.1"