diff --git a/Cargo.toml b/Cargo.toml index 6810c38..322ac64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ light-curve-feature-test-util = { path = "test-util" } approx = "0.5" chfft = "0.3.4" clap = { version = "3.2.6", features = ["std", "color", "suggestions", "derive", "wrap_help", "unstable-v4"] } -criterion = "0.4" +criterion = "0.5" hyperdual = "1.1" light-curve-common = "0.1.0" plotters = { version = "0.3.5", default-features = false, features = ["errorbar", "line_series", "ttf"] }