From 2688c3cf44b02dbbef65ffc62db9d96b47bcc493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:33:01 +0000 Subject: [PATCH] Update itertools requirement from 0.10.0 to 0.14.0 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.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotters/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index d6ecbe10..5c0c9ac9 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -120,7 +120,7 @@ evcxr_bitmap = ["evcxr", "bitmap_backend", "plotters-svg/bitmap_encoder"] deprecated_items = [] # Keep some of the deprecated items for backward compatibility [dev-dependencies] -itertools = "0.10.0" +itertools = "0.14.0" criterion = "0.5.1" rayon = "1.5.1" serde_json = "1.0.82"