Skip to content

Commit 328ccb8

Browse files
Update itertools requirement from >=0.10, <0.13 to >=0.10, <0.14 (#202)
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.13.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 a00ab93 commit 328ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4343
[dev-dependencies]
4444
csv = "1.1.6"
4545
image = "0.24"
46-
itertools = ">=0.10, <0.13"
46+
itertools = ">=0.10, <0.14"
4747
itertools-num = "0.1.3"
4848
ndarray = "0.15.4"
4949
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" }

0 commit comments

Comments
 (0)