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