Skip to content

Commit 8aed167

Browse files
chore(deps): update tokio-tungstenite requirement from 0.27 to 0.28 (#1209)
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.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>
1 parent 68ca37a commit 8aed167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tokio-native-tls = "0.3"
125125
tokio-rustls = { version = "0.26", default-features = false }
126126
tokio-openssl = "0.6"
127127
tokio-stream = { version = "0.1", default-features = false }
128-
tokio-tungstenite = { version = "0.27", default-features = false }
128+
tokio-tungstenite = { version = "0.28", default-features = false }
129129
tokio-util = "0.7"
130130
tower = { version = "0.5", default-features = false }
131131
tracing-subscriber = { version = "0.3" }

0 commit comments

Comments
 (0)