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"