build(deps): bump indicatif from 0.16.2 to 0.17.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 21:56:04 +00:00 committed by relrelb
parent 2f8dde86af
commit 6a4825f68d
3 changed files with 7 additions and 6 deletions

9
Cargo.lock generated
View File

@ -553,7 +553,9 @@ dependencies = [
"encode_unicode",
"libc",
"once_cell",
"regex",
"terminal_size",
"unicode-width",
"winapi",
]
@ -1768,14 +1770,13 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.16.2"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
"unicode-width",
]
[[package]]

View File

@ -13,7 +13,7 @@ ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
image = "0.24.2"
log = "0.4"
walkdir = "2.3.2"
indicatif = "0.16"
indicatif = "0.17"
[features]
avm_debug = ["ruffle_core/avm_debug"]

View File

@ -12,7 +12,7 @@ log = "0.4"
walkdir = "2.3.2"
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
indicatif = "0.16"
indicatif = "0.17"
path-slash = "0.2.0"
swf = { path = "../swf" }
rayon = "1.5.3"