diff --git a/Cargo.toml b/Cargo.toml index 036bc3f..3f6a99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] image = "0.23" -indicatif = { version = "0.15.0", features = [ "rayon" ] } +indicatif = { version = "0.15", features = [ "rayon" ] } itertools = "0.10" rand = "0.8" rand_distr = "0.4"