From 2215cd0e0bb889cd2b51314e54504423fdcfeea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:38:04 +0000 Subject: [PATCH] Upgrade `itertools` crate from 0.11 to 0.12 version (#1214) 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 4da107dc..d6cdb8bc 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.11" +itertools = "0.12" juniper = { path = "../../juniper" } juniper_subscriptions = { path = "../../juniper_subscriptions" } serde = { version = "1.0", features = ["derive"] }