From c696f183e2e3a4fa970ad0000fd6b67d1ae416c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:28:29 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.29 to 0.30 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.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper_axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_axum/Cargo.toml b/juniper_axum/Cargo.toml index c813ee029..9a2b18cbf 100644 --- a/juniper_axum/Cargo.toml +++ b/juniper_axum/Cargo.toml @@ -49,7 +49,7 @@ futures = "0.3.22" juniper = { version = "0.17", path = "../juniper", features = ["expose-test-schema"] } tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] } tokio-stream = "0.1" -tokio-tungstenite = "0.29" +tokio-tungstenite = "0.30" tower-service = "0.3" tracing = "0.1" tracing-subscriber = "0.3"