summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2019-03-26 16:38:19 +0100
committerPhilipp Korber <p.korber@dac.eu>2019-10-11 16:33:19 +0200
commite34181e7821f490d135e3963a537d04ecefc14cf (patch)
tree7172f5efad07e1ec4fbc4686456a14706082d386 /mail
parent9385e2eb4e602e8f8a24512ae99952b90cf82c39 (diff)
cargo(version): bumped minor version number
Diffstat (limited to 'mail')
-rw-r--r--mail/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 661d673..8b3a151 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.9"
+version = "0.6.10"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
@@ -36,10 +36,10 @@ features = [ "handlebars", "smtp", "serde-impl" ]
[dependencies]
mail-internals = "0.2.3"
-mail-headers = "0.6.4"
-mail-core = "0.6.1"
-mail-template = "0.6.0"
-mail-smtp = { version="0.2.0", optional=true }
+mail-headers = "0.6.6"
+mail-core = "0.6.2"
+mail-template = "0.6.1"
+mail-smtp = { version="0.2.2", optional=true }
[dev-dependencies]
rpassword = "2.0.0"