From eb75e902c2ba6527b779525c08ef3768e84de550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:10:30 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.23 to 0.24 --- updated-dependencies: - dependency-name: tokio-tungstenite 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 2fd11abae..277c11d4b 100644 --- a/juniper_axum/Cargo.toml +++ b/juniper_axum/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.3.22" juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] } tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] } tokio-stream = "0.1" -tokio-tungstenite = "0.23" +tokio-tungstenite = "0.24" tower-service = "0.3" tracing = "0.1" tracing-subscriber = "0.3"