Bump indicatif from 0.15.0 to 0.16.2 (#17628)
* Bump indicatif from 0.15.0 to 0.16.2 Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.2. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/compare/0.15.0...0.16.2) Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files * Fix message types Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
@ -17,7 +17,7 @@ csv = "1.1.3"
|
||||
ctrlc = { version = "3.1.5", features = ["termination"] }
|
||||
dirs-next = "2.0.0"
|
||||
indexmap = "1.5.1"
|
||||
indicatif = "0.15.0"
|
||||
indicatif = "0.16.2"
|
||||
pickledb = "0.4.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
||||
|
@ -593,7 +593,7 @@ fn finalize_transactions(
|
||||
|
||||
while opt_confirmations.is_some() {
|
||||
if let Some(confirmations) = opt_confirmations {
|
||||
progress_bar.set_message(&format!(
|
||||
progress_bar.set_message(format!(
|
||||
"[{}/{}] Finalizing transactions",
|
||||
confirmations, 32,
|
||||
));
|
||||
|
Reference in New Issue
Block a user