Skip to content

Commit a899b1a

Browse files
Update itertools requirement from 0.10.3 to 0.12.1
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.3...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cdaa092 commit a899b1a

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
@@ -41,7 +41,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4141
[dev-dependencies]
4242
csv = "1.1.6"
4343
image = "0.24.4"
44-
itertools = "0.10.3"
44+
itertools = "0.12.1"
4545
itertools-num = "0.1.3"
4646
ndarray = "0.15.4"
4747
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" }

0 commit comments

Comments
 (0)