Skip to content

Commit 2215cd0

Browse files
Upgrade itertools crate from 0.11 to 0.12 version (#1214)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7103e2 commit 2215cd0

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.11"
13+
itertools = "0.12"
1414
juniper = { path = "../../juniper" }
1515
juniper_subscriptions = { path = "../../juniper_subscriptions" }
1616
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)