Skip to content

Commit d417a5e

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

3 files changed

Lines changed: 29 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 11 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
@@ -77,7 +77,7 @@ toon-format = { version = "0.4", default-features = false }
7777
criterion = { version = "0.5", features = ["html_reports"] }
7878

7979
# WebSocket
80-
tokio-tungstenite = "0.24"
80+
tokio-tungstenite = "0.29"
8181
tungstenite = "0.24"
8282

8383
# gRPC

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.29"
2222
tungstenite = "0.24"
2323

2424
# Async runtime

0 commit comments

Comments
 (0)