From 7e9a16215ac6b94ba469c915529fc9b8edf8804a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:41:13 +0000 Subject: [PATCH] chore(deps)(deps): Update indicatif requirement from 0.17 to 0.18 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.0...0.18.4) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..bd3abd82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rmp-serde = "1.1" # Pin to avoid edition2024 requirement in newer versions # CLI clap = { version = "4.4", features = ["derive", "env", "color"] } console = "0.15" -indicatif = "0.17" +indicatif = "0.18" # Database sqlx = { version = "0.7", features = [