From 3b1f7364a291a439715afb3fd5fef41d4d477ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:02:24 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.20 to 0.21 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/compare/v0.20.0...v0.21.0) --- 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 63973779..79790592 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.20" +tokio-tungstenite = "0.21" tokio = "1.11.0" pretty_env_logger = "0.5" sha1 = "0.10"