From 663710f9d4c24f1a1e5c888661c15c5e1d2b07fb Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Wed, 28 Jun 2023 11:37:24 -0500 Subject: [PATCH] Update plotters This prevents panics happened in the example --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34f1c58..a447ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,8 +66,8 @@ clap = { version = "3.2.6", features = ["std", "color", "suggestions", "derive", criterion = "0.4" hyperdual = "1.1" light-curve-common = "0.1.0" -plotters = { version = "0.3.1", default-features = false, features = ["errorbar", "line_series", "ttf"] } -plotters-bitmap = "0.3.1" +plotters = { version = "0.3.5", default-features = false, features = ["errorbar", "line_series", "ttf"] } +plotters-bitmap = "0.3.3" rand = "0.7" rand_distr = "0.2" rayon = "1.5"