From 8b856b03c2e1adc5d67716905aa59427f99252de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:07:34 +0000 Subject: [PATCH] Bump indicatif from 0.17.4 to 0.17.8 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.8. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.4...0.17.8) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 160e345..5b31c46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,9 +468,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.4" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index 90e4d88..26f7d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ windows_process_extensions_main_thread_handle = [] [dependencies] colored = "2.0" -indicatif = "=0.17.4" +indicatif = "=0.17.8" statistical = "1.0" csv = "1.1" serde = { version = "1.0", features = ["derive"] }