From 96da3d64c07416232b6b03ea0334f070a35b3117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:12:24 +0200 Subject: [PATCH] Bump check-if-email-exists from 0.8.29 to 0.8.30 (#638) Bumps [check-if-email-exists](https://github.com/reacherhq/check-if-email-exists) from 0.8.29 to 0.8.30. - [Release notes](https://github.com/reacherhq/check-if-email-exists/releases) - [Changelog](https://github.com/reacherhq/check-if-email-exists/blob/master/CHANGELOG.md) - [Commits](https://github.com/reacherhq/check-if-email-exists/commits) --- updated-dependencies: - dependency-name: check-if-email-exists dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 114c1cd..1fff25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,9 +507,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "check-if-email-exists" -version = "0.8.29" +version = "0.8.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f0b85e3bcd68d572f4919ae20a5a4916f182bab75bfb6785982554a69c954f" +checksum = "0f4d005f064f8d17b8464867d44ba22461b27ffab4e7aedcc8f30aff9c73ed90" dependencies = [ "async-native-tls", "async-recursion", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 9457e15..d9007b5 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/lycheeverse/lychee" version = "0.10.0" [dependencies] -check-if-email-exists = "0.8.29" +check-if-email-exists = "0.8.30" fast_chemail = "0.9.6" glob = "0.3.0" http = "0.2.7"