chore(deps): update rust crate tokio-tungstenite to 0.30

This commit is contained in:
renovate[bot]
2026-07-21 10:28:45 +00:00
committed by GitHub
parent ab7489c964
commit 08ff4ffe9e
3 changed files with 151 additions and 41 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.29" }
tokio-tungstenite = { version = "0.30" }
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.29"
tokio-tungstenite = "0.30"
[build-dependencies]
tauri-build = { workspace = true }