From 26520d082ea289e103acaf4be6a7de5f1f3f2b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:40:45 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.21 to 0.27 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.21.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.21.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 dd49653..72ba834 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.27" tokio = { version = "1", features = ["full"] } tracing = "0.1" unicode-normalization = { version = "0.1", default-features = false }