Skip to content

Commit d1884fe

Browse files
chore(deps): update tokio-tungstenite requirement from 0.26.2 to 0.27.0 (#263)
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.26.2...v0.27.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.27.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 73188ef commit d1884fe

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
@@ -39,7 +39,7 @@ rand = { version = "0.9" }
3939
schemars = { version = "0.8", optional = true }
4040
hyper = { version = "1", features = ["client", "server", "http1"] }
4141
hyper-util = { version = "0.1", features = ["tokio"] }
42-
tokio-tungstenite = "0.26.2"
42+
tokio-tungstenite = "0.27.0"
4343
reqwest = { version = "0.12" }
4444
pin-project-lite = "0.2"
4545

0 commit comments

Comments
 (0)