Skip to content

Commit b1c3623

Browse files
Update itertools requirement from 0.13 to 0.14
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a925ccb commit b1c3623

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)