Update async-tungstenite requirement from 0.17 to 0.19

Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version.
- [Release notes](https://github.com/sdroege/async-tungstenite/releases)
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdroege/async-tungstenite/compare/0.17.0...0.19.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-28 03:28:51 +00:00 committed by Taiki Endo
parent faee9a8ca5
commit f5c45807c2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ anyhow = "1"
async-dup = "1"
async-h1 = "2"
async-native-tls = "0.4"
async-tungstenite = { version = "0.17", features = ["async-native-tls"] }
async-tungstenite = { version = "0.19", features = ["async-native-tls"] }
ctrlc = "3"
doc-comment = "0.3"
futures = "0.3"