Skip to content

Commit

Permalink
chore: Bump async-native-tls from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [async-native-tls](https://github.com/async-email/async-native-tls) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/async-email/async-native-tls/releases)
- [Commits](async-email/async-native-tls@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: async-native-tls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2023
1 parent ba5c7ec commit 27713ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
repository = "https://github.com/reacherhq/check-if-email-exists"

[dependencies]
async-native-tls = { version = "0.4", default-features = false }
async-native-tls = { version = "0.5", default-features = false }
async-recursion = "1.0.4"
async-smtp = { version = "0.6.0", features = ["socks5"] }
async-std = "1.12.0"
Expand Down

0 comments on commit 27713ac

Please sign in to comment.