Skip to content

Commit 9f776fd

Browse files
committed
Remove redundant juniper_actix dependencies
1 parent a515d4b commit 9f776fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

juniper_actix/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ anyhow = "1.0.47"
2929
futures = "0.3.22"
3030
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
3131
juniper_graphql_ws = { version = "0.4.0-dev", path = "../juniper_graphql_ws", features = ["graphql-transport-ws", "graphql-ws"], optional = true }
32-
http = "0.2.4"
3332
serde = { version = "1.0.122", features = ["derive"] }
3433
serde_json = "1.0.18"
35-
thiserror = "1.0"
3634

3735
[dev-dependencies]
3836
actix-cors = "0.6"

0 commit comments

Comments
 (0)