diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ad3b6ab27..9bc5062ab 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/pkgxdev/pkgx" tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } rusqlite = "0.33.0" regex = "1.11.1" -indicatif = "0.17.9" +indicatif = "0.18.1" nix = { version = "0.29.0", features = ["process"] } serde_json = "1.0.135" serde = { version = "1.0", features = ["derive"] }