From a8b2a201465a446507b9990797da612743fe7ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 21:10:13 +0000 Subject: [PATCH] cargo: bump async-smtp from `2c21f5f` to `3e7a8f3` Bumps [async-smtp](https://github.com/async-email/async-smtp) from `2c21f5f` to `3e7a8f3`. - [Release notes](https://github.com/async-email/async-smtp/releases) - [Commits](https://github.com/async-email/async-smtp/compare/2c21f5fb643e9a24c1097f13db4dfcd7818ada06...3e7a8f3de19fdeb19d14cf123a8696c49685d3fa) --- updated-dependencies: - dependency-name: async-smtp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 33513181c..82f39fe74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "async-smtp" version = "0.4.0" -source = "git+https://github.com/async-email/async-smtp?branch=master#2c21f5fb643e9a24c1097f13db4dfcd7818ada06" +source = "git+https://github.com/async-email/async-smtp?branch=master#3e7a8f3de19fdeb19d14cf123a8696c49685d3fa" dependencies = [ "async-native-tls", "async-std",