From 9f776fd0a1919ee507f0ee3347d5349188a43810 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 16 Nov 2023 21:15:30 +0100 Subject: [PATCH] Remove redundant `juniper_actix` dependencies --- juniper_actix/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 722024b8..24deeb49 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -29,10 +29,8 @@ anyhow = "1.0.47" futures = "0.3.22" juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false } juniper_graphql_ws = { version = "0.4.0-dev", path = "../juniper_graphql_ws", features = ["graphql-transport-ws", "graphql-ws"], optional = true } -http = "0.2.4" serde = { version = "1.0.122", features = ["derive"] } serde_json = "1.0.18" -thiserror = "1.0" [dev-dependencies] actix-cors = "0.6"