From 3b4a187d61da16a8327e224c3708271909f03d00 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 May 2024 12:17:16 +0200
Subject: [PATCH] Update `itertools` crate from 0.12 to 0.13 version (#1259)

Signed-off-by: dependabot[bot] <support@github.com>
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 e6d1ade6..26139c5d 100644
--- a/tests/integration/Cargo.toml
+++ b/tests/integration/Cargo.toml
@@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false }
 derive_more = "0.99"
 fnv = "1.0"
 futures = "0.3"
-itertools = "0.12"
+itertools = "0.13"
 juniper = { path = "../../juniper", features = ["chrono"] }
 juniper_subscriptions = { path = "../../juniper_subscriptions" }
 serde = { version = "1.0", features = ["derive"] }