diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 787e0e0d..8671a1f1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/freeCodeCamp/freeCodeCampOS" [dependencies] clap = { version = "4.5.4", features = ["derive"] } -indicatif = "0.17.7" +indicatif = "0.18.0" inquire = "0.7.0" serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116"