diff --git a/utils/install-from-manifest/Cargo.toml b/utils/install-from-manifest/Cargo.toml index c622cd0..75c9dc9 100644 --- a/utils/install-from-manifest/Cargo.toml +++ b/utils/install-from-manifest/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] cargo_toml = "0.20.0" -indicatif = "0.17.8" +indicatif = "0.18.0" yansi = "1.0.0"