chore: bump indicatif from 0.17.0 to 0.17.1 (#27968)

* chore: bump indicatif from 0.17.0 to 0.17.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-09-21 23:32:11 +00:00 committed by GitHub
parent ca6f13a14d
commit e1a49f7766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -2185,9 +2185,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf"
checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b"
dependencies = [
"console",
"number_prefix",

View File

@ -16,7 +16,7 @@ chrono = { version = "0.4.22", features = ["serde"] }
clap = "2.33.0"
console = "0.15.0"
humantime = "2.0.1"
indicatif = "0.17.0"
indicatif = "0.17.1"
pretty-hex = "0.3.0"
semver = "1.0.13"
serde = "1.0.144"

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
console = "0.15.0"
indicatif = "0.17.0"
indicatif = "0.17.1"
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
solana-runtime = { path = "../runtime", version = "=1.15.0" }

View File

@ -19,7 +19,7 @@ console = "0.15.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.3", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.17.0"
indicatif = "0.17.1"
lazy_static = "1.4.0"
nix = "0.25.0"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }

View File

@ -1937,9 +1937,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf"
checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b"
dependencies = [
"console",
"number_prefix",

View File

@ -14,7 +14,7 @@ async-trait = "0.1.57"
base64 = "0.13.0"
bincode = "1.3.3"
bs58 = "0.4.0"
indicatif = { version = "0.17.0", optional = true }
indicatif = { version = "0.17.1", optional = true }
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
semver = "1.0.13"

View File

@ -16,7 +16,7 @@ console = "0.15.0"
csv = "1.1.6"
ctrlc = { version = "3.2.3", features = ["termination"] }
indexmap = "1.9.1"
indicatif = "0.17.0"
indicatif = "0.17.1"
pickledb = { version = "0.5.1", default-features = false, features = ["yaml"] }
serde = { version = "1.0", features = ["derive"] }
solana-account-decoder = { path = "../account-decoder", version = "=1.15.0" }

View File

@ -17,7 +17,7 @@ enum_dispatch = "0.3.8"
futures = "0.3"
futures-util = "0.3.21"
indexmap = "1.9.1"
indicatif = { version = "0.17.0", optional = true }
indicatif = { version = "0.17.1", optional = true }
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"

View File

@ -17,7 +17,7 @@ console = "0.15.0"
core_affinity = "0.5.10"
crossbeam-channel = "0.5"
fd-lock = "3.0.6"
indicatif = "0.17.0"
indicatif = "0.17.1"
jsonrpc-core = "18.0.0"
jsonrpc-core-client = { version = "18.0.0", features = ["ipc"] }
jsonrpc-derive = "18.0.0"