Skip to content

Commit e2b37a9

Browse files
Update itertools requirement from >=0.10, <0.15 to >=0.10, <0.16
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.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb5abd9 commit e2b37a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ web-sys = { version = "0.3.77", features = [
8585
[dev-dependencies]
8686
csv = "1.1"
8787
image = "0.25"
88-
itertools = ">=0.10, <0.15"
88+
itertools = ">=0.10, <0.16"
8989
itertools-num = "0.1"
9090
ndarray = "0.17"
9191
plotly_static = { path = "../plotly_static" }

0 commit comments

Comments
 (0)