Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump indicatif from 0.17.4 to 0.17.5 (vectordotdev#17597)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.4 to 0.17.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/indicatif/releases">indicatif's releases</a>.</em></p> <blockquote> <h2>0.17.5</h2> <p>Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by <a href="https://github.com/afontenot"><code>@afontenot</code></a> in <a href="https://github.com/console-rs/indicatif/issues/539">#539</a>.</p> <ul> <li>Switch Estimator to use an exponential weighting (<a href="https://github.com/console-rs/indicatif/issues/539">#539</a>, thanks to <a href="https://github.com/afontenot"><code>@afontenot</code></a>)</li> <li>Fix subtract with overflow when measuring terminal line length (<a href="https://github.com/console-rs/indicatif/issues/547">#547</a>, thanks to <a href="https://github.com/foresterre"><code>@foresterre</code></a>)</li> <li>Add builder-like <code>with_finish</code> method to <code>ProgressBarIter</code> (<a href="https://github.com/console-rs/indicatif/issues/548">#548</a>, thanks to <a href="https://github.com/matthewhchan"><code>@matthewhchan</code></a>)</li> </ul> <p>On behalf of <a href="https://github.com/chris-laplante"><code>@chris-laplante</code></a> and <a href="https://github.com/djc"><code>@djc</code></a>, thanks to all contributors!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/4ffc40e19acd9d3d9aee05c8c66464a68abe44ee"><code>4ffc40e</code></a> bump version to 0.17.5</li> <li><a href="https://github.com/console-rs/indicatif/commit/011c998820a5e7f2a929c18b0aa882491b05d579"><code>011c998</code></a> Switch Estimator to use an double exponential time-based weighting</li> <li><a href="https://github.com/console-rs/indicatif/commit/2845b7f7bd8eebdfc0f4d5ac22d3b0553ca12de1"><code>2845b7f</code></a> Refactor estimator's prev tuple into separate elements</li> <li><a href="https://github.com/console-rs/indicatif/commit/36d11e8a54ac8b9787ce3d298fb50e1a5a8d2df6"><code>36d11e8</code></a> refactor estimator to use steps/sec instead of secs/step</li> <li><a href="https://github.com/console-rs/indicatif/commit/f88ec3ba072a3d4b6651ce6b6408d952e9c095b3"><code>f88ec3b</code></a> Fix subtract with overflow when measuring terminal line length</li> <li><a href="https://github.com/console-rs/indicatif/commit/bd320a1c116514a143b68ae1c823b7463395f2d9"><code>bd320a1</code></a> Add builder-like <code>with_finish</code> method to <code>ProgressBarIter</code>. (<a href="https://github.com/console-rs/indicatif/issues/548">#548</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/a81fd6c9c1649fda848bee7ec93b8bfdc5759eba"><code>a81fd6c</code></a> tests: suppress clippy redundant clone check in test code</li> <li>See full diff in <a href="https://github.com/console-rs/indicatif/compare/0.17.4...0.17.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=indicatif&package-manager=cargo&previous-version=0.17.4&new-version=0.17.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information