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