Skip to content

Commit ba5c7ec

Browse files
chore: Bump async-recursion from 1.0.2 to 1.0.4 (#1286)
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](dcchut/async-recursion@v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: async-recursion 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>
1 parent 06226af commit ba5c7ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/reacherhq/check-if-email-exists"
1414

1515
[dependencies]
1616
async-native-tls = { version = "0.4", default-features = false }
17-
async-recursion = "1.0.2"
17+
async-recursion = "1.0.4"
1818
async-smtp = { version = "0.6.0", features = ["socks5"] }
1919
async-std = "1.12.0"
2020
async-std-resolver = "0.21.2"

0 commit comments

Comments
 (0)