From 31146d8ab0fd5c51fc08dfd59511689c57f23043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:46:46 +0200 Subject: [PATCH] chore: Bump mailchecker from 5.0.2 to 5.0.3 (#1201) Bumps [mailchecker](https://github.com/FGRibreau/mailchecker) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- 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 1ea051c20..ad2ff49bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "mailchecker" -version = "5.0.2" +version = "5.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07908bfefc00d18a2f359f2b6479217128b362b06f170addfbe68bc6c1430e0d" +checksum = "8407d61c7991fa86e04db25008bd333418e421a8ebf01ac4bde6b128f6c73099" dependencies = [ "fast_chemail", "once_cell", diff --git a/core/Cargo.toml b/core/Cargo.toml index 16c575f1f..67e952a15 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.2" +mailchecker = "5.0.3" rand = { version = "0.8.5", features = ["small_rng"] } regex = "1.6.0" reqwest = { version = "0.11.12", features = ["json", "socks"] }