Skip to content

Commit 3f9999c

Browse files
Update tokio-tungstenite requirement in /hello-websocket-rust
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.20.1...v0.21.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c05bb5 commit 3f9999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-websocket-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
futures-channel = "0.3"
1010
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
1111
tokio = { version = "1.23.0", features = ["full"] }
12-
tokio-tungstenite = "0.20.1"
12+
tokio-tungstenite = "0.21.0"
1313
tungstenite = "0.21.0"
1414
url = "2.4.1"
1515

0 commit comments

Comments
 (0)