Skip to content

Commit

Permalink
Update Rust crate indicatif to 0.17.7 (#30)
Browse files Browse the repository at this point in the history
[![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).
  • Loading branch information
renovate[bot] committed Sep 22, 2023
1 parent 324b6af commit c27c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ futures = "0.3.28"
futures-retry = "0.6.0"
httpmock = { version = "0.6.8", default-features = false }
indexmap = "1.9.3"
indicatif = "0.17.3"
indicatif = "0.17.7"
indoc = "2.0.4"
itertools = "0.10.5"
lazy_static = "1.4.0"
Expand Down

0 comments on commit c27c329

Please sign in to comment.