Skip to content

Commit 78c7672

Browse files
renovate[bot]Sir-Thom
authored andcommitted
fix(deps): update rust crate tokio-tungstenite to 0.24 (v2) (tauri-apps#1781)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 575612e commit 78c7672

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -27,7 +27,7 @@ http = "1"
2727
rand = "0.8"
2828
futures-util = "0.3"
2929
tokio = { version = "1", features = ["net", "sync"] }
30-
tokio-tungstenite = { version = "0.23" }
30+
tokio-tungstenite = { version = "0.24" }
3131

3232
[features]
3333
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", "compression"] }
1111
tokio = { version = "1", features = ["net"] }
1212
futures-util = "0.3"
1313
tauri-plugin-websocket = { path = "../../../" }
14-
tokio-tungstenite = "0.23"
14+
tokio-tungstenite = "0.24"
1515

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

0 commit comments

Comments
 (0)