From b05e8f73c0212bdf56031852e56284bb33bbf675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:01:15 +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] --- tdn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdn/Cargo.toml b/tdn/Cargo.toml index c32c992..f3bf960 100644 --- a/tdn/Cargo.toml +++ b/tdn/Cargo.toml @@ -25,7 +25,7 @@ mime = "0.3" rand_chacha = "0.3" serde = { version = "1.0", default-features = false, features = ["alloc", "derive"]} toml = "0.8" -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.23" tokio = { version = "1", features = ["full"] } tracing = "0.1"