summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce6fcce..37d37cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,6 @@ travis-ci = { repository = "staktrace/mailparse", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
-base64 = "0.1.1"
-quoted_printable = "0.3.0"
+base64 = "0.9.0"
+quoted_printable = "0.4.0"
encoding = "0.2.32"