From c4c9726358cd375c5828fa9af6e5c131b277d7da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 07:27:15 +0000 Subject: [PATCH] Bump check-if-email-exists from 0.8.15 to 0.8.16 Bumps [check-if-email-exists](https://github.com/amaurymartiny/check-if-email-exists) from 0.8.15 to 0.8.16. - [Release notes](https://github.com/amaurymartiny/check-if-email-exists/releases) - [Changelog](https://github.com/amaurymartiny/check-if-email-exists/blob/master/CHANGELOG.md) - [Commits](https://github.com/amaurymartiny/check-if-email-exists/compare/v0.8.15...v0.8.16) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba2bf37..09c5798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,9 +613,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "check-if-email-exists" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a249043792b6514edd5b887617ba443b3a4bb17471ff6efa82dd3ce93e04b41" +checksum = "fa8642fa3484ab3fc21d6b011e397b26a8c46bea846ba4644b090c5fe2c667c9" dependencies = [ "async-smtp", "async-std", @@ -1847,9 +1847,9 @@ dependencies = [ [[package]] name = "mailchecker" -version = "3.3.12" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e50e1556564c2d9513a95b6cc476c4b6aebb2064c4792666f5ad1e92e6d4267a" +checksum = "da57b836d9f70ab939e1fc6e5f3d1d8cc373304c11eb0dd5398151e31440f88c" dependencies = [ "fast_chemail", ] diff --git a/Cargo.toml b/Cargo.toml index f0d6607..3d1f0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ hubcaps = "0.6" linkify = "0.4.0" regex = "1.4.2" url = "2.2.0" -check-if-email-exists = "0.8.15" +check-if-email-exists = "0.8.16" indicatif = "0.15.0" structopt = "0.3" toml = "0.5.7"