fix(deps): update rust crate tokio-tungstenite to 0.19 (#358)

* fix(deps): update rust crate tokio-tungstenite to 0.19

* fix compile error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-05-15 16:39:29 +02:00
committed by GitHub
parent e46acc74be
commit bc0ea5a74f
5 changed files with 155 additions and 132 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ thiserror.workspace = true
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.18", features = ["native-tls"] }
tokio-tungstenite = { version = "0.19", features = ["native-tls"] }