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:
@ -14,7 +14,7 @@ base64 = "0.13.0"
|
||||
bincode = "1.3.1"
|
||||
bs58 = "0.4.0"
|
||||
clap = "2.33.0"
|
||||
indicatif = "0.15.0"
|
||||
indicatif = "0.16.2"
|
||||
jsonrpc-core = "17.0.0"
|
||||
log = "0.4.11"
|
||||
net2 = "0.2.37"
|
||||
|
@ -1846,7 +1846,7 @@ impl RpcClient {
|
||||
|
||||
let progress_bar = new_spinner_progress_bar();
|
||||
|
||||
progress_bar.set_message(&format!(
|
||||
progress_bar.set_message(format!(
|
||||
"[{}/{}] Finalizing transaction {}",
|
||||
confirmations, desired_confirmations, signature,
|
||||
));
|
||||
@ -1899,7 +1899,7 @@ impl RpcClient {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
progress_bar.set_message(&format!(
|
||||
progress_bar.set_message(format!(
|
||||
"[{}/{}] Finalizing transaction {}",
|
||||
min(confirmations + 1, desired_confirmations),
|
||||
desired_confirmations,
|
||||
|
Reference in New Issue
Block a user