summaryrefslogtreecommitdiffstats
path: root/smtp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'smtp/Cargo.toml')
-rw-r--r--smtp/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml
index 8837f1a..626288d 100644
--- a/smtp/Cargo.toml
+++ b/smtp/Cargo.toml
@@ -12,10 +12,10 @@ repository = "https://github.com/1aim/mail-smtp"
[dependencies]
futures = "0.1"
-failure = "0.1.1"
-mail-core = "0.6.0"
-mail-headers = "0.6.0"
-mail-internals = "0.2.0"
+failure = "0.1.5"
+mail-core = "0.6.1"
+mail-headers = "0.6.4"
+mail-internals = "0.2.3"
new-tokio-smtp = "0.8.1"
[features]