Bump indicatif from 0.17.0-rc.10 to 0.17.0-rc.11 (#9)

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0-rc.10 to 0.17.0-rc.11.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-25 10:49:56 +08:00
committed by GitHub
parent 42d0f6e9a9
commit 5f7946e7da
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -758,9 +758,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.0-rc.10"
version = "0.17.0-rc.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "088977cb4de4e09ea0232bd51c844490475ad94344fb0c60784f1fb380059b6d"
checksum = "4017d0ce94b8e91e29d2c78ed891e57e5ec3dc4371820a9d96abab4af09eb8ad"
dependencies = [
"console",
"number_prefix",

View File

@@ -16,7 +16,7 @@ futures-util = "0.3"
getopts = "0.2"
gettext = "0.4"
html_parser = "0.6.3"
indicatif = "0.17.0-rc.10"
indicatif = "0.17.0-rc.11"
int-enum = "0.4"
json = "0.12"
lazy_static = "1.4"