From eaa942657899e3ff8d075be1aee1a991a436926c Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 17 Mar 2019 12:12:54 -0400 Subject: [PATCH] Use newly released upstream lettre 0.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7998d82..306e17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ nom = "4.0" base64 = "0.10" [dev-dependencies] -lettre-openssl111 = "0.9" -lettre-openssl111_email = "0.9" +lettre = "0.9" +lettre_email = "0.9"