From 9385e2eb4e602e8f8a24512ae99952b90cf82c39 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Tue, 26 Mar 2019 16:23:16 +0100 Subject: chore(deps): updated deps - make all parts which use vec1 depend on v1.3.0 (and use `try_from_vec`) - make all parts which use mail-internals depend on v0.2.3 (which has an important bug fix) --- mail/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/Cargo.toml b/mail/Cargo.toml index eb997ac..661d673 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["smtp"] features = [ "handlebars", "smtp", "serde-impl" ] [dependencies] -mail-internals = "0.2.2" +mail-internals = "0.2.3" mail-headers = "0.6.4" mail-core = "0.6.1" mail-template = "0.6.0" -- cgit v1.2.3