fix(deps): update rust crate indicatif to 0.17.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
indicatif | dependencies | patch |
0.17.4 -> 0.17.5
|
Release Notes
console-rs/indicatif
v0.17.5
Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by @afontenot in #539.
- Switch Estimator to use an exponential weighting (#539, thanks to @afontenot)
- Fix subtract with overflow when measuring terminal line length (#547, thanks to @foresterre)
- Add builder-like
with_finish
method toProgressBarIter
(#548, thanks to @matthewhchan)
On behalf of @chris-laplante and @djc, thanks to all contributors!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.