Skip to content

Commit 3b730bc

Browse files
chore(deps): update rust crate tokio-tungstenite to 0.28
1 parent e25a933 commit 3b730bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http = "1"
3434
rand = "0.9"
3535
futures-util = "0.3"
3636
tokio = { version = "1", features = ["net", "sync"] }
37-
tokio-tungstenite = { version = "0.27" }
37+
tokio-tungstenite = { version = "0.28" }
3838

3939
[features]
4040
default = ["rustls-tls"]

plugins/websocket/examples/tauri-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tauri = { workspace = true, features = ["wry", "common-controls-v6", "x11"] }
1111
tokio = { version = "1", features = ["net"] }
1212
futures-util = "0.3"
1313
tauri-plugin-websocket = { path = "../../../" }
14-
tokio-tungstenite = "0.27"
14+
tokio-tungstenite = "0.28"
1515

1616
[build-dependencies]
1717
tauri-build = { workspace = true }

0 commit comments

Comments
 (0)