Skip to content

Commit 8185b7c

Browse files
Bump tungstenite from 0.24.0 to 0.29.0
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.24.0 to 0.29.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.24.0...v0.29.0) --- updated-dependencies: - dependency-name: 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 8185b7c

3 files changed

Lines changed: 27 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 9 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
@@ -78,7 +78,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
7878

7979
# WebSocket
8080
tokio-tungstenite = "0.24"
81-
tungstenite = "0.24"
81+
tungstenite = "0.29"
8282

8383
# gRPC
8484
tonic = "0.14"

crates/rustapi-ws/Cargo.toml

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

2020
# WebSocket implementation
2121
tokio-tungstenite = "0.24"
22-
tungstenite = "0.24"
22+
tungstenite = "0.29"
2323

2424
# Async runtime
2525
tokio = { workspace = true, features = ["sync", "macros", "rt"] }

0 commit comments

Comments
 (0)