nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.22k stars 99 forks source link

chore(deps): update rust crate indicatif to 0.17.9 #1865

Closed nextest-bot closed 1 week ago

nextest-bot commented 1 week ago

This PR contains the following updates:

Package Type Update Change
indicatif workspace.dependencies patch 0.17.8 -> 0.17.9

Release Notes

console-rs/indicatif (indicatif) ### [`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)

Configuration

πŸ“… Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.65%. Comparing base (0a88353) to head (d4efbcf). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1865 +/- ## ======================================= Coverage 79.65% 79.65% ======================================= Files 80 80 Lines 20406 20406 ======================================= Hits 16254 16254 Misses 4152 4152 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

trunk-io[bot] commented 1 week ago

1100 tests were run on d4efbcf7. βœ… 1100 Passed. View Full Report β†—οΈŽ

settings