Skip to content

Commit 12d8b36

Browse files
fix(deps): update rust crate tokio-tungstenite to 0.25
1 parent aa2f2bf commit 12d8b36

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

Cargo.lock

Lines changed: 46 additions & 46 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
@@ -34,7 +34,7 @@ http = "1"
3434
rand = "0.8"
3535
futures-util = "0.3"
3636
tokio = { version = "1", features = ["net", "sync"] }
37-
tokio-tungstenite = { version = "0.24" }
37+
tokio-tungstenite = { version = "0.25" }
3838

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

0 commit comments

Comments
 (0)