From 706ca5cf340cfa6b7de8763009733ec85642764a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:10:58 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.24 to 0.29 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.24.0...v0.24.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.24.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 5b316bc..1c9e69c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ walkdir = "2" getrandom = { version = "0.2", features = ["std"] } async-trait = "0.1" ctor = "0.2" -tokio-tungstenite = "0.24" +tokio-tungstenite = "0.29" futures-util = { version = "0.3", default-features = false, features = ["std"] } sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", "sqlite", "migrate", "macros"] }