From effef962cbdd6e632af76a1974c191c6b67b00dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:58:23 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.21 to 0.23 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](https://github.com/snapview/tokio-tungstenite/commits) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/websocket/Cargo.toml b/examples/websocket/Cargo.toml index 9ab7e5e7..24543614 100644 --- a/examples/websocket/Cargo.toml +++ b/examples/websocket/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] gotham = { path = "../../gotham" } futures-util = "0.3.14" -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.23" tokio = "1.11.0" pretty_env_logger = "0.5" sha1 = "0.10"