-
Notifications
You must be signed in to change notification settings - Fork 19
Commit ca2c370
authored
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
[@​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
[@​jaheba](https://redirect.github.com/jaheba).
- Fix bar-less text output by
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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
[@​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 ca2c370Copy full SHA for ca2c370
2 files changed
+26
-10
lines changed+25-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
0 commit comments