From 5bda80ed525f2708f8d88da3b9ebf3a781f93e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:05:28 +0100 Subject: [PATCH] Update `itertools` crate from 0.13 to 0.14 version (#1301) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/integration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 5e8fd63e5..909cb5e29 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false } derive_more = { version = "1.0", features = ["from"] } fnv = "1.0" futures = "0.3" -itertools = "0.13" +itertools = "0.14" juniper = { path = "../../juniper", features = ["chrono"] } juniper_subscriptions = { path = "../../juniper_subscriptions" } serde = { version = "1.0", features = ["derive"] }