Update Rust crate indicatif to 0.18 #13

Open
noplife wants to merge 1 commit from renovate/indicatif-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
indicatif dependencies minor 0.170.18

Release Notes

console-rs/indicatif (indicatif)

v0.18.6

Compare Source

What's Changed

v0.18.5

Compare Source

What's Changed

v0.18.4

Compare Source

What's Changed

v0.18.3

Compare Source

What's Changed

v0.18.2

Compare Source

What's Changed

v0.18.1

Compare Source

What's Changed

v0.18.0

Compare Source

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

v0.17.12

Compare Source

What's Changed


Configuration

📅 Schedule: (UTC)

  • 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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://github.com/console-rs/indicatif) | dependencies | minor | `0.17` → `0.18` | --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.18.6`](https://github.com/console-rs/indicatif/releases/tag/0.18.6) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.5...0.18.6) #### What's Changed - fix: correctly detect dumb terminal on Windows by [@&#8203;ugur-eren](https://github.com/ugur-eren) in [#&#8203;818](https://github.com/console-rs/indicatif/pull/818) ### [`v0.18.5`](https://github.com/console-rs/indicatif/releases/tag/0.18.5) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.4...0.18.5) #### What's Changed - Upgrade to rand 0.10 by [@&#8203;djc](https://github.com/djc) in [#&#8203;768](https://github.com/console-rs/indicatif/pull/768) - multi: document common MultiProgress bugs + behavior ([#&#8203;595](https://github.com/console-rs/indicatif/issues/595)) by [@&#8203;chris-laplante](https://github.com/chris-laplante) in [#&#8203;786](https://github.com/console-rs/indicatif/pull/786) - Use `div_duration_f64` by [@&#8203;ChrisDenton](https://github.com/ChrisDenton) in [#&#8203;792](https://github.com/console-rs/indicatif/pull/792) - Clear the rest of line after drawing to the terminal by [@&#8203;ChrisDenton](https://github.com/ChrisDenton) in [#&#8203;790](https://github.com/console-rs/indicatif/pull/790) - Fix `ProgressDrawTarget.is_stderr()` for `MultiProgress` by [@&#8203;kojiishi](https://github.com/kojiishi) in [#&#8203;803](https://github.com/console-rs/indicatif/pull/803) - Fix height and filler when wrapped at the middle of wide characters by [@&#8203;kojiishi](https://github.com/kojiishi) in [#&#8203;799](https://github.com/console-rs/indicatif/pull/799) - fix: respect NO\_COLOR and TERM=dumb environment variable by [@&#8203;ValentinLeTallec](https://github.com/ValentinLeTallec) in [#&#8203;808](https://github.com/console-rs/indicatif/pull/808) - Fix stray comma after minus sign in HumanFloatCount by [@&#8203;sueun-dev](https://github.com/sueun-dev) in [#&#8203;815](https://github.com/console-rs/indicatif/pull/815) - Fix HumanFloatCount dropping the fractional part by [@&#8203;greymoth-jp](https://github.com/greymoth-jp) in [#&#8203;816](https://github.com/console-rs/indicatif/pull/816) - style module cleanup by [@&#8203;djc](https://github.com/djc) in [#&#8203;813](https://github.com/console-rs/indicatif/pull/813) - Drop screenshots from MultiProgress documentation by [@&#8203;djc](https://github.com/djc) in [#&#8203;817](https://github.com/console-rs/indicatif/pull/817) ### [`v0.18.4`](https://github.com/console-rs/indicatif/releases/tag/0.18.4) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.3...0.18.4) #### What's Changed - initial draft oft hold\_max with heuristic by [@&#8203;djugei](https://github.com/djugei) in [#&#8203;657](https://github.com/console-rs/indicatif/pull/657) - Fix duration after finish by [@&#8203;luolong](https://github.com/luolong) in [#&#8203;748](https://github.com/console-rs/indicatif/pull/748) - Add refresh rate warning for ProgressDrawTarget::term\_like() by [@&#8203;djc](https://github.com/djc) in [#&#8203;750](https://github.com/console-rs/indicatif/pull/750) - Seeking heuristic tweaks by [@&#8203;djc](https://github.com/djc) in [#&#8203;751](https://github.com/console-rs/indicatif/pull/751) - Expose the current tab width by [@&#8203;alexisfontaine](https://github.com/alexisfontaine) in [#&#8203;754](https://github.com/console-rs/indicatif/pull/754) - Make WASM support optional via a feature flag by [@&#8203;SvenFinn](https://github.com/SvenFinn) in [#&#8203;761](https://github.com/console-rs/indicatif/pull/761) - fix: respect NO\_COLOR and TERM=dumb environment variables by [@&#8203;shaanmajid](https://github.com/shaanmajid) in [#&#8203;764](https://github.com/console-rs/indicatif/pull/764) ### [`v0.18.3`](https://github.com/console-rs/indicatif/releases/tag/0.18.3) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.2...0.18.3) #### What's Changed - Add ProgressBar::set\_elapsed by [@&#8203;sunshowers](https://github.com/sunshowers) in [#&#8203;742](https://github.com/console-rs/indicatif/pull/742) ### [`v0.18.2`](https://github.com/console-rs/indicatif/releases/tag/0.18.2) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.1...0.18.2) #### What's Changed - Fix wide\_msg truncation with a colored message by [@&#8203;glehmann](https://github.com/glehmann) in [#&#8203;740](https://github.com/console-rs/indicatif/pull/740) - style: tweak write\_ansi\_range() style by [@&#8203;djc](https://github.com/djc) in [#&#8203;741](https://github.com/console-rs/indicatif/pull/741) ### [`v0.18.1`](https://github.com/console-rs/indicatif/releases/tag/0.18.1) [Compare Source](https://github.com/console-rs/indicatif/compare/0.18.0...0.18.1) #### What's Changed - Do not render "current" char if no "current" char is configured by [@&#8203;Finomnis](https://github.com/Finomnis) in [#&#8203;719](https://github.com/console-rs/indicatif/pull/719) - Update vt100 requirement from 0.15.1 to 0.16.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;723](https://github.com/console-rs/indicatif/pull/723) - Bump MSRV to 1.71 with versioned lockfile by [@&#8203;djc](https://github.com/djc) in [#&#8203;735](https://github.com/console-rs/indicatif/pull/735) - Fix wide\_bar width computation with a multiline message by [@&#8203;glehmann](https://github.com/glehmann) in [#&#8203;738](https://github.com/console-rs/indicatif/pull/738) ### [`v0.18.0`](https://github.com/console-rs/indicatif/releases/tag/0.18.0) [Compare Source](https://github.com/console-rs/indicatif/compare/0.17.12...0.18.0) Unfortunately [0.17.12](https://github.com/console-rs/indicatif/releases/0.17.12) had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead. #### What's Changed - Bump version to 0.18.0 by [@&#8203;djc](https://github.com/djc) in [#&#8203;715](https://github.com/console-rs/indicatif/pull/715) ### [`v0.17.12`](https://github.com/console-rs/indicatif/releases/tag/0.17.12) [Compare Source](https://github.com/console-rs/indicatif/compare/0.17.11...0.17.12) #### What's Changed - Add ProgressBar::force\_draw by [@&#8203;jaheba](https://github.com/jaheba) in [#&#8203;689](https://github.com/console-rs/indicatif/pull/689) - Use width to truncate `HumanFloatCount` values by [@&#8203;ReagentX](https://github.com/ReagentX) in [#&#8203;696](https://github.com/console-rs/indicatif/pull/696) - `ProgressStyle` enable/disable colors based on draw target by [@&#8203;tonywu6](https://github.com/tonywu6) in [#&#8203;699](https://github.com/console-rs/indicatif/pull/699) - Switch dep number\_prefix to unit\_prefix by [@&#8203;kimono-koans](https://github.com/kimono-koans) in [#&#8203;709](https://github.com/console-rs/indicatif/pull/709) - draw\_target: inline the format arg to silence clippy by [@&#8203;chris-laplante](https://github.com/chris-laplante) in [#&#8203;711](https://github.com/console-rs/indicatif/pull/711) - Upgrade to console 0.16 by [@&#8203;djc](https://github.com/djc) in [#&#8203;712](https://github.com/console-rs/indicatif/pull/712) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/indicatif-0.x:renovate/indicatif-0.x
git switch renovate/indicatif-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/indicatif-0.x
git switch renovate/indicatif-0.x
git rebase master
git switch master
git merge --ff-only renovate/indicatif-0.x
git switch renovate/indicatif-0.x
git rebase master
git switch master
git merge --no-ff renovate/indicatif-0.x
git switch master
git merge --squash renovate/indicatif-0.x
git switch master
git merge --ff-only renovate/indicatif-0.x
git switch master
git merge renovate/indicatif-0.x
git push origin master
Sign in to join this conversation.
No description provided.