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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-03 20:12:24 +02:00 committed by GitHub
parent 5432ec8c22
commit 96da3d64c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"