From c37a2be92fa6fc499d1f233cb9604346b6836f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:22:01 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.9 to 0.18.2 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/commits) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.2 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..f9090fa3e 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.2" nix = { version = "0.29.0", features = ["process"] } serde_json = "1.0.135" serde = { version = "1.0", features = ["derive"] }