Skip to content

Commit 9c07925

Browse files
Update itertools requirement from 0.11.0 to 0.12.0 (#271)
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 6f22bbd commit 9c07925

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
@@ -48,7 +48,7 @@ getrandom = { version = "0.2.8", optional = true }
4848
wasm-bindgen-test = "0.3"
4949

5050
[dev-dependencies]
51-
itertools = "0.11.0"
51+
itertools = "0.12.0"
5252
serde_json = "1.0"
5353
bincode = "1.3.1"
5454

0 commit comments

Comments
 (0)