fix(deps): update rust crate tokio-tungstenite to 0.18 (#66)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-07 16:21:15 +01:00
committed by GitHub
parent 929cbfb6b7
commit 0bdd5ff98f
2 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ thiserror.workspace = true
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.17", features = ["native-tls"] }
tokio-tungstenite = { version = "0.18", features = ["native-tls"] }