From c0e1b3eae33e31907a6d71a51c68b868c2b30fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:59:11 +0100 Subject: [PATCH] Upgrade `tokio-tungstenite` crate from 0.20 to 0.21 version (#1231) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 265f915e..e9146470 100644 --- a/juniper_axum/Cargo.toml +++ b/juniper_axum/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.3.22" juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] } tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] } tokio-stream = "0.1" -tokio-tungstenite = "0.20" +tokio-tungstenite = "0.21" tower-service = "0.3" tracing = "0.1" tracing-subscriber = "0.3"