Skip to content

Commit

Permalink
Remove redundant juniper_actix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 16, 2023
1 parent a515d4b commit 9f776fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions juniper_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f776fd

Please sign in to comment.