Update tungstenite requirement from 0.17 to 0.18

Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version.
- [Release notes](https://github.com/snapview/tungstenite-rs/releases)
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: 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:56 +00:00 committed by Taiki Endo
parent 0ae00dac77
commit faee9a8ca5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ signal-hook = "0.3"
surf = { version = "2", default-features = false, features = ["h1-client"] }
tempfile = "3"
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
tungstenite = "0.17"
tungstenite = "0.18"
url = "2"
[target.'cfg(target_os = "linux")'.dev-dependencies]