diff --git a/Cargo.toml b/Cargo.toml index c80479f..34f7806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" once_cell = "1.10.0" tabwriter = "1.2.1" num_cpus = "1.13.1" -indicatif = { version = "0.16.2", features = ["rayon"] } +indicatif = { version = "0.17.3", features = ["rayon"] } rayon = "1.5.1" walkdir = "2.3.2" regex = "1.5.5"