diff --git a/Cargo.lock b/Cargo.lock index b69dd06696..639d87dede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1867,8 +1867,6 @@ name = "jormungandr" version = "0.11.1" dependencies = [ "arc-swap", - "async-graphql", - "async-graphql-warp", "async-trait", "base64 0.13.0", "bech32", diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 2a32dda3ad..ca2abff105 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -25,8 +25,6 @@ imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = " chain-watch = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "heterogeneous-client-api" } arc-swap = "^1.1.0" async-trait = "0.1.50" -async-graphql = "2.5.1" -async-graphql-warp = "2.6.0" base64 = "0.13.0" bincode = "1.3.3" bech32 = "0.7"