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:
dependabot[bot] 2024-11-01 12:15:35 +01:00 committed by GitHub
parent 617f90159c
commit 1b2d2641b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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