From 0eb3ae04e02831970f775d2184d27480543ff692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:55:49 +0200 Subject: [PATCH] chore: Bump mailchecker from 5.0.0 to 5.0.1 (#1175) Bumps [mailchecker](https://github.com/FGRibreau/mailchecker) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/FGRibreau/mailchecker/releases) - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/mailchecker/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: mailchecker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efa576c91..5238bb6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,9 +1324,9 @@ dependencies = [ [[package]] name = "mailchecker" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9188ee74b3b27e3a35bdc2764e806445de607a0d0324b0281bd0e5c5b8bad4a3" +checksum = "23198c74fb81690ffd9397986514c61cc17f7b94838fdd346425001ffa4cc3bd" dependencies = [ "fast_chemail", "once_cell", diff --git a/core/Cargo.toml b/core/Cargo.toml index 9f9573118..701956396 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ fantoccini = { version = "0.19.3", optional = true } futures = { version = "0.3.24", optional = true } fast-socks5 = "0.8.1" log = "0.4.17" -mailchecker = "5.0.0" +mailchecker = "5.0.1" rand = {version = "0.8.5", features = ["small_rng"] } regex = "1.6.0" reqwest = { version = "0.11.11", features = ["json", "socks"] }