Skip to content

Commit e117c6a

Browse files
Bump tokio-tungstenite from 0.24.0 to 0.28.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.24.0 to 0.28.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b401c58 commit e117c6a

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ toon-format = { version = "0.4", default-features = false }
8787
criterion = { version = "0.5", features = ["html_reports"] }
8888

8989
# WebSocket
90-
tokio-tungstenite = "0.24"
90+
tokio-tungstenite = "0.28"
9191
tungstenite = "0.24"
9292

9393
# Template engine

crates/rustapi-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rustapi-core = { workspace = true }
1818
rustapi-openapi = { workspace = true }
1919

2020
# WebSocket implementation
21-
tokio-tungstenite = "0.24"
21+
tokio-tungstenite = "0.28"
2222
tungstenite = "0.24"
2323

2424
# Async runtime

0 commit comments

Comments
 (0)