From 93fb86fa373f9f504ba30d529115a84bb799182b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:26:09 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.9 to 0.18.1 in /crates/cli Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.9...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }