diff --git a/juniper_axum/Cargo.toml b/juniper_axum/Cargo.toml index fa1d9b214..f1a4f8589 100644 --- a/juniper_axum/Cargo.toml +++ b/juniper_axum/Cargo.toml @@ -49,7 +49,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.26" +tokio-tungstenite = "0.27" tower-service = "0.3" tracing = "0.1" tracing-subscriber = "0.3"