From 2026f23ab193c53a634ddcba235f578774a71361 Mon Sep 17 00:00:00 2001 From: Enzo Cioppettini Date: Mon, 7 Jun 2021 02:03:50 -0300 Subject: [PATCH] remove async-graphql dep from jormungandr --- jormungandr/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index bf22373473..3d92ac3000 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.42" # https://github.com/dtolnay/async-trait/issues/144 -async-graphql = "2.5.1" -async-graphql-warp = "2.6.0" base64 = "0.13.0" bincode = "1.3.3" bech32 = "0.7"