From 7b6ee8085e021f0a562a3fd03ac5cb2e7888e7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:37:07 +0000 Subject: [PATCH] Update indicatif requirement from 0.17.9 to 0.18.0 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.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 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..950a9bf1c 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.0" nix = { version = "0.29.0", features = ["process"] } serde_json = "1.0.135" serde = { version = "1.0", features = ["derive"] }