From 140943a4bab1d1d5c14c0bb55535e5f6fb16dfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:58:34 +0000 Subject: [PATCH] --- 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 2443a93a..e9079eb2 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -113,7 +113,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.13.0" criterion = "0.5.1" rayon = "1.5.1" serde_json = "1.0.82"