Skip to content

Commit 5bda80e

Browse files
Update itertools crate from 0.13 to 0.14 version (#1301)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b75e1aa commit 5bda80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chrono = { version = "0.4", default-features = false }
1010
derive_more = { version = "1.0", features = ["from"] }
1111
fnv = "1.0"
1212
futures = "0.3"
13-
itertools = "0.13"
13+
itertools = "0.14"
1414
juniper = { path = "../../juniper", features = ["chrono"] }
1515
juniper_subscriptions = { path = "../../juniper_subscriptions" }
1616
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)