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

This commit is contained in:
Renovate Bot
2022-02-18 20:10:24 +00:00
parent 82ef6986be
commit 71bff7ce31
+1 -1
View File
@@ -11,4 +11,4 @@ rand = "0.8"
tauri = "1.0.0-rc.3"
futures-util = "0.3"
tokio = { version = "1.17", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.16", features = ["native-tls"] }
tokio-tungstenite = { version = "0.17", features = ["native-tls"] }