Skip to content

Commit 3b4a187

Browse files
Update itertools crate from 0.12 to 0.13 version (#1259)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29e30ea commit 3b4a187

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 = "0.99"
1111
fnv = "1.0"
1212
futures = "0.3"
13-
itertools = "0.12"
13+
itertools = "0.13"
1414
juniper = { path = "../../juniper", features = ["chrono"] }
1515
juniper_subscriptions = { path = "../../juniper_subscriptions" }
1616
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)