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:
@@ -160,7 +160,7 @@ fn wait_for_restart_window(
|
||||
None => true,
|
||||
Some(current_epoch) => current_epoch != epoch_info.epoch,
|
||||
} {
|
||||
progress_bar.set_message(&format!(
|
||||
progress_bar.set_message(format!(
|
||||
"Fetching leader schedule for epoch {}...",
|
||||
epoch_info.epoch
|
||||
));
|
||||
@@ -285,7 +285,7 @@ fn wait_for_restart_window(
|
||||
}
|
||||
};
|
||||
|
||||
progress_bar.set_message(&format!(
|
||||
progress_bar.set_message(format!(
|
||||
"{} | Processed Slot: {} | Snapshot Slot: {} | {:.2}% delinquent stake | {}",
|
||||
{
|
||||
let elapsed =
|
||||
|
Reference in New Issue
Block a user