Skip to content

Commit 1565985

Browse files
chore(deps): Bump indicatif from 0.17.3 to 0.17.4 (vectordotdev#17532)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.4. <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.4</h2> <p>Another small bugfix release.</p> <ul> <li>Handle newline in msg and empty msg (<a href="https://redirect.github.com/console-rs/indicatif/issues/540">#540</a>, thanks to <a href="https://github.com/RDruon"><code>@​RDruon</code></a>)</li> <li>Handle terminal line wrap to avoid new line (<a href="https://redirect.github.com/console-rs/indicatif/issues/533">#533</a>, thanks to <a href="https://github.com/RDruon"><code>@​RDruon</code></a>)</li> <li>Resetting the elapsed time also resets ETA (<a href="https://redirect.github.com/console-rs/indicatif/issues/538">#538</a>, thanks to <a href="https://github.com/afontenot"><code>@​afontenot</code></a>)</li> <li>Mention the prefix and message placeholders in the <code>with_</code> docs (<a href="https://redirect.github.com/console-rs/indicatif/issues/529">#529</a>, thanks to <a href="https://github.com/lnicola"><code>@​lnicola</code></a>)</li> <li>Allow rate-limiting <code>TermLike</code> targets (<a href="https://redirect.github.com/console-rs/indicatif/issues/526">#526</a>, thanks to <a href="https://github.com/akx"><code>@​akx</code></a>)</li> <li>Fix docs for <code>ProgressDrawTarget</code> (<a href="https://redirect.github.com/console-rs/indicatif/issues/523">#523</a>, thanks to <a href="https://github.com/tillarnold"><code>@​tillarnold</code></a>)</li> <li>Change &quot;OS X&quot; to &quot;macOS&quot; (<a href="https://redirect.github.com/console-rs/indicatif/issues/519">#519</a>, thanks to <a href="https://github.com/atouchet"><code>@​atouchet</code></a>)</li> <li>Fix <code>MultiProgress</code> alignment handling and migrate from structopt =&gt; clap (<a href="https://redirect.github.com/console-rs/indicatif/issues/516">#516</a>)</li> <li>Don't deadlock when double-adding ProgressBar (<a href="https://redirect.github.com/console-rs/indicatif/issues/515">#515</a>)</li> <li>Use <code>instant::Instant</code> when compiling to WASM (<a href="https://redirect.github.com/console-rs/indicatif/issues/514">#514</a>, thanks to <a href="https://github.com/azriel91"><code>@​azriel91</code></a>)</li> <li>Update portable-atomic requirement from 0.3.15 to 1.0.0 (<a href="https://redirect.github.com/console-rs/indicatif/issues/512">#512</a>)</li> <li>Add <code>contents_formatted()</code> method to `InMemoryTerm (<a href="https://redirect.github.com/console-rs/indicatif/issues/531">#531</a>, thanks to <a href="https://github.com/dfaust"><code>@​dfaust</code></a>)</li> <li><code>inc()</code> after work in examples (<a href="https://redirect.github.com/console-rs/indicatif/issues/522">#522</a>, thanks to <a href="https://github.com/tatref"><code>@​tatref</code></a>)</li> </ul> <p>On behalf of the indicatif team (<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/6cc3814f802badcdc5619a39706af48a035e1c46"><code>6cc3814</code></a> Bump CI MSRV to 1.62.1 to resolve Cargo metadata for vte</li> <li><a href="https://github.com/console-rs/indicatif/commit/7c9465b75b2d8a284cde24bcf57636aa8489e2e0"><code>7c9465b</code></a> Bump version to 0.17.4</li> <li><a href="https://github.com/console-rs/indicatif/commit/5dc966c30923e01a3d297d975403d57715922eaf"><code>5dc966c</code></a> Bump clap dependency to 4</li> <li><a href="https://github.com/console-rs/indicatif/commit/577a34544affaa2db582b43f85d2a63b4b552d35"><code>577a345</code></a> Only check library target against MSRV</li> <li><a href="https://github.com/console-rs/indicatif/commit/9deb9ebe52beb3e1c613fb12c3e3d8673dbdeae5"><code>9deb9eb</code></a> Add <code>contents_formatted</code> to <code>InMemoryTerm</code></li> <li><a href="https://github.com/console-rs/indicatif/commit/e0494e48c26c308902efb429a957f3fe5425de63"><code>e0494e4</code></a> fix: inc after work</li> <li><a href="https://github.com/console-rs/indicatif/commit/59cd60674c1d7eacee606a8ff90567b9e58a94f2"><code>59cd606</code></a> Handle newline in msg and empty msg</li> <li><a href="https://github.com/console-rs/indicatif/commit/6d31845d221ccdbbe5b6be566b6ff6d232ea03bf"><code>6d31845</code></a> resetting the elapsed time also resets ETA</li> <li><a href="https://github.com/console-rs/indicatif/commit/3d5dbb394b373c970f0f44011d06f3ba9b1d96fc"><code>3d5dbb3</code></a> Add render tests</li> <li><a href="https://github.com/console-rs/indicatif/commit/66a90a660cd1308ba587ac4d44e70692d5ed14d0"><code>66a90a6</code></a> Handle MultiProgress println</li> <li>Additional commits viewable in <a href="https://github.com/console-rs/indicatif/compare/0.17.3...0.17.4">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.3&new-version=0.17.4)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 078de66 commit 1565985

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Cargo.lock

+5-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dunce = "1.0.4"
2222
glob = { version = "0.3.1", default-features = false }
2323
hashlink = { version = "0.8.2", features = ["serde_impl"] }
2424
hex = "0.4.3"
25-
indicatif = { version = "0.17.3", features = ["improved_unicode"] }
25+
indicatif = { version = "0.17.4", features = ["improved_unicode"] }
2626
itertools = "0.10.5"
2727
log = "0.4.17"
2828
once_cell = "1.17"

0 commit comments

Comments
 (0)