chore(deps): update rust crate tokio-tungstenite to 0.29 (#3354)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-14 10:09:04 +02:00
committed by GitHub
parent ea5c70060b
commit 5260fc90b0
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ http = "1"
rand = "0.9"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.28" }
tokio-tungstenite = { version = "0.29" }
rustls = { version = "0.23", default-features = false, features = [
"ring",
], optional = true }
@@ -11,7 +11,7 @@ tauri = { workspace = true, features = ["wry", "common-controls-v6", "x11"] }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }
tokio-tungstenite = "0.28"
tokio-tungstenite = "0.29"
[build-dependencies]
tauri-build = { workspace = true }