Skip to content

Commit 2688c3c

Browse files
Update itertools requirement from 0.10.0 to 0.14.0
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.10.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ad52da commit 2688c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ evcxr_bitmap = ["evcxr", "bitmap_backend", "plotters-svg/bitmap_encoder"]
120120
deprecated_items = [] # Keep some of the deprecated items for backward compatibility
121121

122122
[dev-dependencies]
123-
itertools = "0.10.0"
123+
itertools = "0.14.0"
124124
criterion = "0.5.1"
125125
rayon = "1.5.1"
126126
serde_json = "1.0.82"

0 commit comments

Comments
 (0)