From 67cb6491071fa674a311d7a3aebb0e687d4ce74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 17:56:58 +0300 Subject: [PATCH] Upgrade `iron` to 0.6 version for Book tests (#1053) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- book/tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/tests/Cargo.toml b/book/tests/Cargo.toml index d027420c..032b6c68 100644 --- a/book/tests/Cargo.toml +++ b/book/tests/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] derive_more = "0.99" futures = "0.3" -iron = "0.5" +iron = "0.6" juniper = { path = "../../juniper" } juniper_iron = { path = "../../juniper_iron" } juniper_subscriptions = { path = "../../juniper_subscriptions" }