Skip to content

Commit 2ef28a2

Browse files
Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 (#268)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc64d6f commit 2ef28a2

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
@@ -47,7 +47,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4747
[dev-dependencies]
4848
csv = "1.1"
4949
image = "0.25"
50-
itertools = ">=0.10, <0.14"
50+
itertools = ">=0.10, <0.15"
5151
itertools-num = "0.1"
5252
ndarray = "0.16"
5353
plotly_kaleido = { version = "0.11", path = "../plotly_kaleido", features = [

0 commit comments

Comments
 (0)