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"