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:
parent
72ed45a77c
commit
67cb649107
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99"
|
derive_more = "0.99"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
iron = "0.5"
|
iron = "0.6"
|
||||||
juniper = { path = "../../juniper" }
|
juniper = { path = "../../juniper" }
|
||||||
juniper_iron = { path = "../../juniper_iron" }
|
juniper_iron = { path = "../../juniper_iron" }
|
||||||
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
||||||
|
|
Loading…
Reference in a new issue