Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate indicatif to 0.17.7 (#30)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://togithub.com/console-rs/indicatif) | workspace.dependencies | patch | `0.17.3` -> `0.17.7` | --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.17.6`](https://togithub.com/console-rs/indicatif/compare/0.17.5...0.17.6) [Compare Source](https://togithub.com/console-rs/indicatif/compare/0.17.5...0.17.6) ### [`v0.17.5`](https://togithub.com/console-rs/indicatif/releases/tag/0.17.5) [Compare Source](https://togithub.com/console-rs/indicatif/compare/0.17.4...0.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](https://togithub.com/afontenot) in [#​539](https://togithub.com/console-rs/indicatif/issues/539). - Switch Estimator to use an exponential weighting ([#​539](https://togithub.com/console-rs/indicatif/issues/539), thanks to [@​afontenot](https://togithub.com/afontenot)) - Fix subtract with overflow when measuring terminal line length ([#​547](https://togithub.com/console-rs/indicatif/issues/547), thanks to [@​foresterre](https://togithub.com/foresterre)) - Add builder-like `with_finish` method to `ProgressBarIter` ([#​548](https://togithub.com/console-rs/indicatif/issues/548), thanks to [@​matthewhchan](https://togithub.com/matthewhchan)) On behalf of [@​chris-laplante](https://togithub.com/chris-laplante) and [@​djc](https://togithub.com/djc), thanks to all contributors! ### [`v0.17.4`](https://togithub.com/console-rs/indicatif/releases/tag/0.17.4) [Compare Source](https://togithub.com/console-rs/indicatif/compare/0.17.3...0.17.4) Another small bugfix release. - Handle newline in msg and empty msg ([#​540](https://togithub.com/console-rs/indicatif/issues/540), thanks to [@​RDruon](https://togithub.com/RDruon)) - Handle terminal line wrap to avoid new line ([#​533](https://togithub.com/console-rs/indicatif/issues/533), thanks to [@​RDruon](https://togithub.com/RDruon)) - Resetting the elapsed time also resets ETA ([#​538](https://togithub.com/console-rs/indicatif/issues/538), thanks to [@​afontenot](https://togithub.com/afontenot)) - Mention the prefix and message placeholders in the `with_` docs ([#​529](https://togithub.com/console-rs/indicatif/issues/529), thanks to [@​lnicola](https://togithub.com/lnicola)) - Allow rate-limiting `TermLike` targets ([#​526](https://togithub.com/console-rs/indicatif/issues/526), thanks to [@​akx](https://togithub.com/akx)) - Fix docs for `ProgressDrawTarget` ([#​523](https://togithub.com/console-rs/indicatif/issues/523), thanks to [@​tillarnold](https://togithub.com/tillarnold)) - Change "OS X" to "macOS" ([#​519](https://togithub.com/console-rs/indicatif/issues/519), thanks to [@​atouchet](https://togithub.com/atouchet)) - Fix `MultiProgress` alignment handling and migrate from structopt => clap ([#​516](https://togithub.com/console-rs/indicatif/issues/516)) - Don't deadlock when double-adding ProgressBar ([#​515](https://togithub.com/console-rs/indicatif/issues/515)) - Use `instant::Instant` when compiling to WASM ([#​514](https://togithub.com/console-rs/indicatif/issues/514), thanks to [@​azriel91](https://togithub.com/azriel91)) - Update portable-atomic requirement from 0.3.15 to 1.0.0 ([#​512](https://togithub.com/console-rs/indicatif/issues/512)) - Add `contents_formatted()` method to \`InMemoryTerm ([#​531](https://togithub.com/console-rs/indicatif/issues/531), thanks to [@​dfaust](https://togithub.com/dfaust)) - `inc()` after work in examples ([#​522](https://togithub.com/console-rs/indicatif/issues/522), thanks to [@​tatref](https://togithub.com/tatref)) On behalf of the indicatif team ([@​chris-laplante](https://togithub.com/chris-laplante) and [@​djc](https://togithub.com/djc)), thanks to all contributors! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
- Loading branch information