summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@trevize.staktrace.com>2018-04-03 22:34:15 -0400
committerKartikaya Gupta <kats@trevize.staktrace.com>2018-04-03 22:34:15 -0400
commit30bef79884b775728d7d639b7852fca710ff0a92 (patch)
treef171c52d76d5da54d787425e28f9e427b8a4d35a /Cargo.toml
parent2dfcb0426e4cfef2c7bc024e035570018a770f89 (diff)
Update quoted_printable and base64 dependencies
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"