rust-cli / book

Documentation on how to use the Rust Programming Language to develop commandline applications
https://rust-cli.github.io/book/index.html
MIT License
816 stars 108 forks source link

build(deps): bump indicatif from 0.17.0 to 0.17.1 #176

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps indicatif from 0.17.0 to 0.17.1.

Release notes

Sourced from indicatif's releases.

0.17.1

2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the regressions found in 0.17. There is ongoing work on changes in the estimation algorithm, tracked in #394, which has regressed for some users.

Note that we made some technically semver-breaking change of adding a missing Sync bound to the ProgressTracker bounds (#471). We're assuming that most users don't (yet) have custom ProgressTracker impls, and that users who do have probably built one that is Sync anyway.

Fixed regressions

  • Fixed unicode-width feature spelling (#456)
  • Only tick if the ticker is disabled (#458)
  • Rework MultiProgress zombie line handling (#460)
  • Fix incorrect link in documentation (#469, thanks to @​Jedsek)
  • Take a reference for ProgressBar::style() (#476, thanks to @​andrewchambers)

Other changes

Thanks from @​djc and @​chris-laplante to all contributors!

Commits
  • 791068c Bump version to 0.17.1
  • b65eb85 add new render tests that exercise zombie handling
  • d88fa2d modify render tests to account for fixed MultiProgress::println/clear behavior
  • d32eed5 rewrite zombie handling
  • bdf1890 clarify comment for MultiState::orphan_lines member
  • efc8558 No-op MultiState::draw if we are panicking
  • b9dcd47 Document last char/string in tick style being the "final" state
  • a466096 Remove write_all from wrap_write
  • 81cca1e ProgressBar style() now takes a reference
  • b5de18c Correct mis-naming of variables in wrap_async_read
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like indicatif is up-to-date now, so this is no longer needed.