From f806abf3acd7bf9cdbc89e7c043048cc5dbdc342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:53:23 +0000 Subject: [PATCH] deps(deps): update indicatif requirement in the rust-dependencies group Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. Updates `indicatif` to 0.18.0 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.8...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27517f1..1d5fa22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] csv = "1.3.0" glob = "0.3.2" -indicatif = "0.17.8" +indicatif = "0.18.0" ndarray = { version = "0.16.1", features = ["rayon"] } numpy = "0.25.0" pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }