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
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Fabian-Lars
parent e46acc74be
commit bc0ea5a74f
5 changed files with 155 additions and 132 deletions
@@ -13,7 +13,7 @@ tauri = { version = "1", features = [] }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }
tokio-tungstenite = "0.18"
tokio-tungstenite = "0.19"
[build-dependencies]
tauri-build = { version = "1", features = [] }