build(deps): bump indicatif from 0.17.3 to 0.17.4 (#6778)

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.4.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.4)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-30 02:01:58 +00:00 committed by GitHub
parent 604a96e9ad
commit 964cdde191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -2072,13 +2072,14 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.3"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic 0.3.20",
"portable-atomic 1.3.2",
"unicode-width",
]

View File

@ -175,7 +175,7 @@ log = "0.4.18"
# prod feature progress-bar
howudoin = { version = "0.1.2", features = ["term-line"], optional = true }
indicatif = { version = "0.17.3", optional = true }
indicatif = { version = "0.17.4", optional = true }
# test feature proptest-impl
proptest = { version = "1.2.0", optional = true }