Skip to content

Commit ca2c370

Browse files
Update Rust crate indicatif to 0.17.11 (#1635)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indicatif](https://redirect.github.com/console-rs/indicatif) | workspace.dependencies | patch | `0.17.8` -> `0.17.11` | --- ### Release Notes <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.17.11`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.17.11) [Compare Source](https://redirect.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://redirect.github.com/tgross35) in [https://github.com/console-rs/indicatif/pull/694](https://redirect.github.com/console-rs/indicatif/pull/694) ### [`v0.17.10`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.17.10) [Compare Source](https://redirect.github.com/console-rs/indicatif/compare/0.17.9...0.17.10) #### What's Changed With some great performance improvements from [@&#8203;jaheba](https://redirect.github.com/jaheba). - Fix bar-less text output by [@&#8203;spoutn1k](https://redirect.github.com/spoutn1k) in [https://github.com/console-rs/indicatif/pull/659](https://redirect.github.com/console-rs/indicatif/pull/659) - add tracing-indicatif create to integration list by [@&#8203;emersonford](https://redirect.github.com/emersonford) in [https://github.com/console-rs/indicatif/pull/673](https://redirect.github.com/console-rs/indicatif/pull/673) - Fix double prints by [@&#8203;spoutn1k](https://redirect.github.com/spoutn1k) in [https://github.com/console-rs/indicatif/pull/671](https://redirect.github.com/console-rs/indicatif/pull/671) - Only get draw_target-width when we actually draw by [@&#8203;jaheba](https://redirect.github.com/jaheba) in [https://github.com/console-rs/indicatif/pull/683](https://redirect.github.com/console-rs/indicatif/pull/683) - Make tab extension lazy by [@&#8203;jaheba](https://redirect.github.com/jaheba) in [https://github.com/console-rs/indicatif/pull/684](https://redirect.github.com/console-rs/indicatif/pull/684) - Make `ProgressBar:set_tab_with` take `&self` by [@&#8203;jaheba](https://redirect.github.com/jaheba) in [https://github.com/console-rs/indicatif/pull/685](https://redirect.github.com/console-rs/indicatif/pull/685) - Remove unnecessary spinner display in multi examples by [@&#8203;shuntaka9576](https://redirect.github.com/shuntaka9576) in [https://github.com/console-rs/indicatif/pull/682](https://redirect.github.com/console-rs/indicatif/pull/682) - Add `dec` and `dec_length` to `ProgressBar` by [@&#8203;jaheba](https://redirect.github.com/jaheba) in [https://github.com/console-rs/indicatif/pull/690](https://redirect.github.com/console-rs/indicatif/pull/690) - Update rand requirement from 0.8 to 0.9 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/console-rs/indicatif/pull/693](https://redirect.github.com/console-rs/indicatif/pull/693) ### [`v0.17.9`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.17.9) [Compare Source](https://redirect.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://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/632](https://redirect.github.com/console-rs/indicatif/pull/632) - tests: print whether colors are enabled to help diagnose spurious failure by [@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/641](https://redirect.github.com/console-rs/indicatif/pull/641) - Workarounds for flaky tty/color support in GitHub actions runner by [@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/646](https://redirect.github.com/console-rs/indicatif/pull/646) - Fix move cursor flag not working by [@&#8203;SuperTux88](https://redirect.github.com/SuperTux88) in [https://github.com/console-rs/indicatif/pull/648](https://redirect.github.com/console-rs/indicatif/pull/648) - chore: fix comment by [@&#8203;rustco](https://redirect.github.com/rustco) in [https://github.com/console-rs/indicatif/pull/649](https://redirect.github.com/console-rs/indicatif/pull/649) - Fix AtomicPosition::reset storing wrong value by [@&#8203;TheJokr](https://redirect.github.com/TheJokr) in [https://github.com/console-rs/indicatif/pull/650](https://redirect.github.com/console-rs/indicatif/pull/650) - Documentation tweaks; bump MSRV by [@&#8203;chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/653](https://redirect.github.com/console-rs/indicatif/pull/653) - Update deny config for cargo-deny 0.15 release by [@&#8203;djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/655](https://redirect.github.com/console-rs/indicatif/pull/655) - Update unicode-width requirement from 0.1 to 0.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/console-rs/indicatif/pull/658](https://redirect.github.com/console-rs/indicatif/pull/658) - Replace `instant` with `web-time` by [@&#8203;torokati44](https://redirect.github.com/torokati44) in [https://github.com/console-rs/indicatif/pull/666](https://redirect.github.com/console-rs/indicatif/pull/666) - Bump EmbarkStudios/cargo-deny-action from 1 to 2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/console-rs/indicatif/pull/654](https://redirect.github.com/console-rs/indicatif/pull/654) - Bump version to 0.17.9 by [@&#8203;djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/667](https://redirect.github.com/console-rs/indicatif/pull/667) - feat: allow constructing and setting the progress bar len to `None` by [@&#8203;cdellacqua](https://redirect.github.com/cdellacqua) in [https://github.com/console-rs/indicatif/pull/664](https://redirect.github.com/console-rs/indicatif/pull/664) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41fd2cb commit ca2c370

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

Cargo.lock

+25-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ human_bytes = "0.4.3"
5757
humantime = "2.1.0"
5858
hyper = { version = "1", features = [ "full" ] }
5959
hyper-staticfile = "0.10.1"
60-
indicatif = { version = "0.17.8", features = ["rayon"] }
60+
indicatif = { version = "0.17.11", features = ["rayon"] }
6161
itertools = "0.13.0"
6262
libc = "0.2"
6363
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)