fix(deps): update rust crate tokio-tungstenite to 0.24 (v1) (#1782)

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]
2024-09-16 11:37:04 +02:00
committed by GitHub
parent 311bfcbbbd
commit cf058d5d4a
4 changed files with 7 additions and 7 deletions
@@ -11,7 +11,7 @@ tauri = { workspace = true }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
[build-dependencies]
tauri-build = { workspace = true }