Skip to content

Commit 74710d8

Browse files
Upgrade itertools crate to 0.11 version (#1173)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aff49ae commit 74710d8

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.20", default-features = false }
1010
derive_more = "0.99"
1111
fnv = "1.0"
1212
futures = "0.3"
13-
itertools = "0.10"
13+
itertools = "0.11"
1414
juniper = { path = "../../juniper" }
1515
juniper_subscriptions = { path = "../../juniper_subscriptions" }
1616
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)