summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2019-02-04 11:49:33 +0100
committerPhilipp Korber <p.korber@1aim.com>2019-02-04 11:49:33 +0100
commitda24aa8d5ecb41acd7c8e65b9f812fb3aa5875e0 (patch)
treedad319dc95960cafef3cb39daa69f3a6d36b39aa
parentdf2fe3f818e496383643f4bbda4a4e646f5e69fa (diff)
chore(deps): Bumped patch version number as dependencies where bumped.
-rw-r--r--mail/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 4c363d4..c44085d 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.5"
+version = "0.6.6"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
@@ -33,8 +33,8 @@ required-features = ["smtp"]
[dependencies]
-mail-internals = "0.2.0"
-mail-headers = "0.6.2"
+mail-internals = "0.2.1"
+mail-headers = "0.6.3"
mail-core = "0.6.1"
mail-template = "0.6.0"
mail-smtp = { version="0.2.0", optional=true }