Skip to content

Commit ba85002

Browse files
fix(deps): update rust crate tokio-tungstenite to 0.23
1 parent c52978d commit ba85002

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/websocket/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ http = "1"
1919
rand = "0.8"
2020
futures-util = "0.3"
2121
tokio = { version = "1", features = ["net", "sync"] }
22-
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
22+
tokio-tungstenite = { version = "0.23", features = ["native-tls"] }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tauri = { workspace = true }
1111
tokio = { version = "1", features = ["net"] }
1212
futures-util = "0.3"
1313
tauri-plugin-websocket = { path = "../../../" }
14-
tokio-tungstenite = "0.21"
14+
tokio-tungstenite = "0.23"
1515

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

0 commit comments

Comments
 (0)