Skip to content

Commit 800a695

Browse files
Update itertools requirement from 0.11.0 to 0.12.0 (#10)
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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55d2235 commit 800a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bytes = { version = "1.2.1", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }
2828
assert_matches = "1.5.0"
2929
generator = "0.7"
30-
itertools = "0.11.0"
30+
itertools = "0.12.0"
3131

3232
[package.metadata.docs.rs]
3333
all-features = true

0 commit comments

Comments
 (0)