Skip to content

Commit c2054b8

Browse files
chore(deps): update rust crate tokio-tungstenite to 0.29
1 parent d016a8a commit c2054b8

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ http = "1"
3030
rand = "0.9"
3131
futures-util = "0.3"
3232
tokio = { version = "1", features = ["net", "sync"] }
33-
tokio-tungstenite = { version = "0.28" }
33+
tokio-tungstenite = { version = "0.29" }
3434
rustls = { version = "0.23", default-features = false, features = [
3535
"ring",
3636
], optional = true }

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.28"
14+
tokio-tungstenite = "0.29"
1515

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

0 commit comments

Comments
 (0)