From 0c5ba3154a2930e6153d609a70fb2b090f02ee9b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 24 Mar 2025 16:17:29 -0400 Subject: [PATCH] unlock indicatif version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"