Skip to content

Commit

Permalink
chore(deps): Bump indicatif from 0.17.4 to 0.17.5 (vectordotdev#17597)
Browse files Browse the repository at this point in the history
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://redirect.github.com/console-rs/indicatif/issues/539">#539</a>.</p>
<ul>
<li>Switch Estimator to use an exponential weighting (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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
dependabot[bot] committed Jun 5, 2023
1 parent fa8a553 commit a164952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dunce = "1.0.4"
glob = { version = "0.3.1", default-features = false }
hashlink = { version = "0.8.2", features = ["serde_impl"] }
hex = "0.4.3"
indicatif = { version = "0.17.4", features = ["improved_unicode"] }
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
itertools = "0.10.5"
log = "0.4.18"
once_cell = "1.17"
Expand Down

0 comments on commit a164952

Please sign in to comment.