From a899b1ade82bef22942c382d2654f30c61fd6485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:24:22 +0000 Subject: [PATCH] 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](https://github.com/rust-itertools/itertools/compare/v0.10.3...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index bd6ba120..d630dd8c 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -41,7 +41,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true } [dev-dependencies] csv = "1.1.6" image = "0.24.4" -itertools = "0.10.3" +itertools = "0.12.1" itertools-num = "0.1.3" ndarray = "0.15.4" plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido" }