fix(deps): update rust crate tokio-tungstenite to 0.20 (#513)

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

* adapt new websocket config struct

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-07-24 12:22:22 +02:00
committed by GitHub
co-authored by FabianLars
parent 81fb450c39
commit 92514cca47
18 changed files with 71 additions and 25 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.19", features = ["native-tls"] }
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }