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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 03:07:34 +00:00 committed by GitHub
parent c7be935da3
commit 8b856b03c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }