Skip to content

Commit b652213

Browse files
authoredApr 9, 2023··
chore: Bump async-native-tls from 0.4.0 to 0.5.0
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](chatmail/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] <support@github.com>
1 parent b57a604 commit b652213

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
 

‎Cargo.lock

+13-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "../README.md"
1313
repository = "https://github.com/reacherhq/check-if-email-exists"
1414

1515
[dependencies]
16-
async-native-tls = { version = "0.4", default-features = false }
16+
async-native-tls = { version = "0.5", default-features = false }
1717
async-recursion = "1.0.4"
1818
async-smtp = { version = "0.6.0", features = ["socks5"] }
1919
async-std = "1.12.0"

0 commit comments

Comments
 (0)
Please sign in to comment.