Skip to content

Commit a211a71

Browse files
chore(deps): update tokio-tungstenite requirement from 0.27.0 to 0.28.0 (#462)
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jokemanfire <[email protected]>
1 parent 6cd779c commit a211a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rand = { version = "0.9" }
4040
schemars = { version = "1.0", optional = true }
4141
hyper = { version = "1", features = ["client", "server", "http1"] }
4242
hyper-util = { version = "0.1", features = ["tokio"] }
43-
tokio-tungstenite = "0.27.0"
43+
tokio-tungstenite = "0.28.0"
4444
reqwest = { version = "0.12" }
4545
pin-project-lite = "0.2"
4646

0 commit comments

Comments
 (0)