summaryrefslogtreecommitdiffstats
path: root/mail/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Cargo.toml')
-rw-r--r--mail/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 46843bb..686ff96 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
@@ -34,7 +34,7 @@ required-features = ["smtp"]
[dependencies]
mail-internals = "0.2.0"
-mail-headers = "0.6.0"
+mail-headers = "0.6.1"
mail-core = "0.6.0"
mail-template = "0.6.0"
mail-smtp = { version="0.2.0", optional=true }