Update dataloader
crate from 0.17 to 0.18 version (#1290)
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
617f90159c
commit
1b2d2641b8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Christoph Herzog <chris@theduke.at>"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dataloader = "0.17" # for Book only
|
dataloader = "0.18" # for Book only
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
juniper = { path = "../juniper" }
|
juniper = { path = "../juniper" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue