Update itertools
crate from 0.13 to 0.14 version (#1301)
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
b75e1aa55a
commit
5bda80ed52
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false }
|
||||||
derive_more = { version = "1.0", features = ["from"] }
|
derive_more = { version = "1.0", features = ["from"] }
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
itertools = "0.13"
|
itertools = "0.14"
|
||||||
juniper = { path = "../../juniper", features = ["chrono"] }
|
juniper = { path = "../../juniper", features = ["chrono"] }
|
||||||
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue