From a46839f1cc443d3fee8a09a367a781578a460af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:25:58 +1200 Subject: [PATCH] Update tokio-tungstenite requirement from 0.20 to 0.21 (#28) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tdn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdn/Cargo.toml b/tdn/Cargo.toml index 2e42427..fcbc55e 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.20" +tokio-tungstenite = "0.21" tokio = { version = "1", features = ["full"] } tracing = "0.1"