Upgrade iron to 0.6 version for Book tests (#1053)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-12 17:56:58 +03:00 committed by GitHub
parent 72ed45a77c
commit 67cb649107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }