Skip to content

Commit c27c329

Browse files
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 [@&#8203;afontenot](https://togithub.com/afontenot) in [#&#8203;539](https://togithub.com/console-rs/indicatif/issues/539). - Switch Estimator to use an exponential weighting ([#&#8203;539](https://togithub.com/console-rs/indicatif/issues/539), thanks to [@&#8203;afontenot](https://togithub.com/afontenot)) - Fix subtract with overflow when measuring terminal line length ([#&#8203;547](https://togithub.com/console-rs/indicatif/issues/547), thanks to [@&#8203;foresterre](https://togithub.com/foresterre)) - Add builder-like `with_finish` method to `ProgressBarIter` ([#&#8203;548](https://togithub.com/console-rs/indicatif/issues/548), thanks to [@&#8203;matthewhchan](https://togithub.com/matthewhchan)) On behalf of [@&#8203;chris-laplante](https://togithub.com/chris-laplante) and [@&#8203;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 ([#&#8203;540](https://togithub.com/console-rs/indicatif/issues/540), thanks to [@&#8203;RDruon](https://togithub.com/RDruon)) - Handle terminal line wrap to avoid new line ([#&#8203;533](https://togithub.com/console-rs/indicatif/issues/533), thanks to [@&#8203;RDruon](https://togithub.com/RDruon)) - Resetting the elapsed time also resets ETA ([#&#8203;538](https://togithub.com/console-rs/indicatif/issues/538), thanks to [@&#8203;afontenot](https://togithub.com/afontenot)) - Mention the prefix and message placeholders in the `with_` docs ([#&#8203;529](https://togithub.com/console-rs/indicatif/issues/529), thanks to [@&#8203;lnicola](https://togithub.com/lnicola)) - Allow rate-limiting `TermLike` targets ([#&#8203;526](https://togithub.com/console-rs/indicatif/issues/526), thanks to [@&#8203;akx](https://togithub.com/akx)) - Fix docs for `ProgressDrawTarget` ([#&#8203;523](https://togithub.com/console-rs/indicatif/issues/523), thanks to [@&#8203;tillarnold](https://togithub.com/tillarnold)) - Change "OS X" to "macOS" ([#&#8203;519](https://togithub.com/console-rs/indicatif/issues/519), thanks to [@&#8203;atouchet](https://togithub.com/atouchet)) - Fix `MultiProgress` alignment handling and migrate from structopt => clap ([#&#8203;516](https://togithub.com/console-rs/indicatif/issues/516)) - Don't deadlock when double-adding ProgressBar ([#&#8203;515](https://togithub.com/console-rs/indicatif/issues/515)) - Use `instant::Instant` when compiling to WASM ([#&#8203;514](https://togithub.com/console-rs/indicatif/issues/514), thanks to [@&#8203;azriel91](https://togithub.com/azriel91)) - Update portable-atomic requirement from 0.3.15 to 1.0.0 ([#&#8203;512](https://togithub.com/console-rs/indicatif/issues/512)) - Add `contents_formatted()` method to \`InMemoryTerm ([#&#8203;531](https://togithub.com/console-rs/indicatif/issues/531), thanks to [@&#8203;dfaust](https://togithub.com/dfaust)) - `inc()` after work in examples ([#&#8203;522](https://togithub.com/console-rs/indicatif/issues/522), thanks to [@&#8203;tatref](https://togithub.com/tatref)) On behalf of the indicatif team ([@&#8203;chris-laplante](https://togithub.com/chris-laplante) and [@&#8203;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).
1 parent 324b6af commit c27c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ futures = "0.3.28"
9696
futures-retry = "0.6.0"
9797
httpmock = { version = "0.6.8", default-features = false }
9898
indexmap = "1.9.3"
99-
indicatif = "0.17.3"
99+
indicatif = "0.17.7"
100100
indoc = "2.0.4"
101101
itertools = "0.10.5"
102102
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)