Update async-native-tls requirement from 0.4 to 0.5

Updates the requirements on [async-native-tls](https://github.com/async-email/async-native-tls) to permit the latest version.
- [Release notes](https://github.com/async-email/async-native-tls/releases)
- [Commits](https://github.com/async-email/async-native-tls/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: async-native-tls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 14:17:38 +00:00 committed by Taiki Endo
parent 678f70de25
commit b2a51bb937
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ futures-lite = "1.11.0"
anyhow = "1"
async-dup = "1"
async-h1 = "2"
async-native-tls = "0.4"
async-native-tls = "0.5"
async-tungstenite = { version = "0.20", features = ["async-native-tls"] }
ctrlc = "3"
doc-comment = "0.3"