Skip to content

Commit bbfee21

Browse files
Update itertools requirement from 0.13.0 to 0.15.0 (#372)
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.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dd5411 commit bbfee21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ getrandom = { version = "0.4", optional = true }
4848
wasm-bindgen-test = "0.3"
4949

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

0 commit comments

Comments
 (0)