Bump indicatif from 0.17.3 to 0.17.4

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>
This commit is contained in:
dependabot[bot] 2023-05-30 13:07:30 +00:00 committed by GitHub
parent 3197394f9f
commit b458f7c59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View file

@ -1791,11 +1791,12 @@ 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",
"unicode-width",
@ -2624,9 +2625,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "0.3.18"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bdd679d533107e090c2704a35982fc06302e30898e63ffa26a81155c012e92"
checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5"
[[package]]
name = "ppv-lite86"

View file

@ -23,7 +23,7 @@ console = "0.15.7"
const_format = "0.2.31"
headers = "0.3.8"
http = "0.2.9"
indicatif = "0.17.3"
indicatif = "0.17.4"
openssl-sys = "0.9.88"
pad = "0.1.6"
regex = "1.8.3"