From 2da3c074425c2058f1e4a76de3fe1500949fc3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:06:13 +0100 Subject: [PATCH] Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 (#81) 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-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 634865b..5c88f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ sqlx = { version = "0.8.2", features = ["runtime-tokio"] } thiserror = "2.0" tempfile = "3.9" tokio = { version = "1.35", features = ["macros", "rt", "sync"] } -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.25.0" tokio-util = "0.7.10" tracing = "0.1.40" tracing-subscriber = "0.3.18"