From 004ed9828513ff813c18b1a48d856c67cf00605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:05:44 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.21 to 0.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.21.0...v0.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a21b911..a6e16e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"]} sha2 = { version = "0.10", default-features = false } sled = "0.34" toml = "0.8" -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.28" tokio = { version = "1", features = ["full"] } tracing = "0.1" unicode-normalization = { version = "0.1", default-features = false }