fix(deps): update rust crate indicatif to 0.18.0 #7

Merged
kernald merged 1 commit from renovate/indicatif-0.x into main 2025-10-09 19:17:06 +11:00
Collaborator

This PR contains the following updates:

Package Type Update Change
indicatif dependencies minor 0.17.8 -> 0.18.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

console-rs/indicatif (indicatif)

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

v0.17.11

Compare Source

What's Changed

v0.17.10

Compare Source

What's Changed

With some great performance improvements from @​jaheba.

v0.17.9

Compare Source

What's Changed


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://github.com/console-rs/indicatif) | dependencies | minor | `0.17.8` -> `0.18.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`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 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 https://github.com/console-rs/indicatif/pull/689 - Use width to truncate `HumanFloatCount` values by [@&#8203;ReagentX](https://github.com/ReagentX) in https://github.com/console-rs/indicatif/pull/696 - `ProgressStyle` enable/disable colors based on draw target by [@&#8203;tonywu6](https://github.com/tonywu6) in 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 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 https://github.com/console-rs/indicatif/pull/711 - Upgrade to console 0.16 by [@&#8203;djc](https://github.com/djc) in https://github.com/console-rs/indicatif/pull/712 ### [`v0.17.11`](https://github.com/console-rs/indicatif/releases/tag/0.17.11) [Compare Source](https://github.com/console-rs/indicatif/compare/0.17.10...0.17.11) #### What's Changed - Change `OnceCell` to `OnceLock` in `TabExpandedString` by [@&#8203;tgross35](https://github.com/tgross35) in https://github.com/console-rs/indicatif/pull/694 ### [`v0.17.10`](https://github.com/console-rs/indicatif/releases/tag/0.17.10) [Compare Source](https://github.com/console-rs/indicatif/compare/0.17.9...0.17.10) #### What's Changed With some great performance improvements from [@&#8203;jaheba](https://github.com/jaheba). - Fix bar-less text output by [@&#8203;spoutn1k](https://github.com/spoutn1k) in https://github.com/console-rs/indicatif/pull/659 - add tracing-indicatif create to integration list by [@&#8203;emersonford](https://github.com/emersonford) in https://github.com/console-rs/indicatif/pull/673 - Fix double prints by [@&#8203;spoutn1k](https://github.com/spoutn1k) in https://github.com/console-rs/indicatif/pull/671 - Only get draw_target-width when we actually draw by [@&#8203;jaheba](https://github.com/jaheba) in https://github.com/console-rs/indicatif/pull/683 - Make tab extension lazy by [@&#8203;jaheba](https://github.com/jaheba) in https://github.com/console-rs/indicatif/pull/684 - Make `ProgressBar:set_tab_with` take `&self` by [@&#8203;jaheba](https://github.com/jaheba) in https://github.com/console-rs/indicatif/pull/685 - Remove unnecessary spinner display in multi examples by [@&#8203;shuntaka9576](https://github.com/shuntaka9576) in https://github.com/console-rs/indicatif/pull/682 - Add `dec` and `dec_length` to `ProgressBar` by [@&#8203;jaheba](https://github.com/jaheba) in https://github.com/console-rs/indicatif/pull/690 - Update rand requirement from 0.8 to 0.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/console-rs/indicatif/pull/693 ### [`v0.17.9`](https://github.com/console-rs/indicatif/releases/tag/0.17.9) [Compare Source](https://github.com/console-rs/indicatif/compare/0.17.8...0.17.9) #### What's Changed - Mention ProgressTracker near list of template keys by [@&#8203;djc](https://github.com/djc) in https://github.com/console-rs/indicatif/pull/632 - tests: print whether colors are enabled to help diagnose spurious failure by [@&#8203;chris-laplante](https://github.com/chris-laplante) in https://github.com/console-rs/indicatif/pull/641 - Workarounds for flaky tty/color support in GitHub actions runner by [@&#8203;chris-laplante](https://github.com/chris-laplante) in https://github.com/console-rs/indicatif/pull/646 - Fix move cursor flag not working by [@&#8203;SuperTux88](https://github.com/SuperTux88) in https://github.com/console-rs/indicatif/pull/648 - chore: fix comment by [@&#8203;rustco](https://github.com/rustco) in https://github.com/console-rs/indicatif/pull/649 - Fix AtomicPosition::reset storing wrong value by [@&#8203;TheJokr](https://github.com/TheJokr) in https://github.com/console-rs/indicatif/pull/650 - Documentation tweaks; bump MSRV by [@&#8203;chris-laplante](https://github.com/chris-laplante) in https://github.com/console-rs/indicatif/pull/653 - Update deny config for cargo-deny 0.15 release by [@&#8203;djc](https://github.com/djc) in https://github.com/console-rs/indicatif/pull/655 - Update unicode-width requirement from 0.1 to 0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/console-rs/indicatif/pull/658 - Replace `instant` with `web-time` by [@&#8203;torokati44](https://github.com/torokati44) in https://github.com/console-rs/indicatif/pull/666 - Bump EmbarkStudios/cargo-deny-action from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/console-rs/indicatif/pull/654 - Bump version to 0.17.9 by [@&#8203;djc](https://github.com/djc) in https://github.com/console-rs/indicatif/pull/667 - feat: allow constructing and setting the progress bar len to `None` by [@&#8203;cdellacqua](https://github.com/cdellacqua) in https://github.com/console-rs/indicatif/pull/664 </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2025-10-09 18:59:01 +11:00
fix(deps): update rust crate indicatif to 0.18.0
All checks were successful
Build and test / Tests (pull_request) Successful in 1m51s
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Build and test / Clippy (pull_request) Successful in 1m8s
Build and test / Generate Documentation (pull_request) Successful in 41s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 48s
d955067366
kernald was assigned by renovate 2025-10-09 18:59:03 +11:00
renovate force-pushed renovate/indicatif-0.x from d955067366 to 0b576d3a43 2025-10-09 19:05:48 +11:00 Compare
kernald merged commit 0b576d3a43 into main 2025-10-09 19:17:06 +11:00
kernald deleted branch renovate/indicatif-0.x 2025-10-09 19:17:08 +11:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kernald/cbz2pdf#7
No description provided.