Commit 02918b6
chore(deps): bump indicatif from 0.18.4 to 0.18.6 in /czech-file-knife (#219)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.18.4
to 0.18.6.
<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.18.6</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: correctly detect dumb terminal on Windows by <a
href="https://github.com/ugur-eren"><code>@ugur-eren</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/818">console-rs/indicatif#818</a></li>
</ul>
<h2>0.18.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade to rand 0.10 by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/768">console-rs/indicatif#768</a></li>
<li>multi: document common MultiProgress bugs + behavior (<a
href="https://redirect.github.com/console-rs/indicatif/issues/595">#595</a>)
by <a
href="https://github.com/chris-laplante"><code>@chris-laplante</code></a>
in <a
href="https://redirect.github.com/console-rs/indicatif/pull/786">console-rs/indicatif#786</a></li>
<li>Use <code>div_duration_f64</code> by <a
href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in
<a
href="https://redirect.github.com/console-rs/indicatif/pull/792">console-rs/indicatif#792</a></li>
<li>Clear the rest of line after drawing to the terminal by <a
href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in
<a
href="https://redirect.github.com/console-rs/indicatif/pull/790">console-rs/indicatif#790</a></li>
<li>Fix <code>ProgressDrawTarget.is_stderr()</code> for
<code>MultiProgress</code> by <a
href="https://github.com/kojiishi"><code>@kojiishi</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/803">console-rs/indicatif#803</a></li>
<li>Fix height and filler when wrapped at the middle of wide characters
by <a href="https://github.com/kojiishi"><code>@kojiishi</code></a> in
<a
href="https://redirect.github.com/console-rs/indicatif/pull/799">console-rs/indicatif#799</a></li>
<li>fix: respect NO_COLOR and TERM=dumb environment variable by <a
href="https://github.com/ValentinLeTallec"><code>@ValentinLeTallec</code></a>
in <a
href="https://redirect.github.com/console-rs/indicatif/pull/808">console-rs/indicatif#808</a></li>
<li>Fix stray comma after minus sign in HumanFloatCount by <a
href="https://github.com/sueun-dev"><code>@sueun-dev</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/815">console-rs/indicatif#815</a></li>
<li>Fix HumanFloatCount dropping the fractional part by <a
href="https://github.com/greymoth-jp"><code>@greymoth-jp</code></a> in
<a
href="https://redirect.github.com/console-rs/indicatif/pull/816">console-rs/indicatif#816</a></li>
<li>style module cleanup by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/813">console-rs/indicatif#813</a></li>
<li>Drop screenshots from MultiProgress documentation by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/console-rs/indicatif/pull/817">console-rs/indicatif#817</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/console-rs/indicatif/commit/e4d49d8ea6c68a80f7ee22904ee6c90322415a1d"><code>e4d49d8</code></a>
Bump version to 0.18.6</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/582727efe4a71bd4d8e819e0208d8c897f5058f1"><code>582727e</code></a>
fix: correctly detect dumb terminal on Windows</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/90156ec907ca812bfa42ae5f1d6f9ba4ea4c3d51"><code>90156ec</code></a>
Drop screenshots from MultiProgress documentation</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/4dbd0d57d061c680d51e455cbfe069d54360c05b"><code>4dbd0d5</code></a>
Bump version to 0.18.5</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/24973aa75168584fdf9fdba53a1dbca1479e7871"><code>24973aa</code></a>
Take semver-compatible dependency versions</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/a575ef7d41bc7655d13af5a565051a41e639c1f8"><code>a575ef7</code></a>
style: inline Template::from_str_with_tab_width()</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/0b94aa277ad392d80a3a0e70260a10d2fbfc2ad4"><code>0b94aa2</code></a>
style: replace from_str() method with FromStr impl</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/398ac69fc799d5e1a0c49c8e04cf369c8382b356"><code>398ac69</code></a>
style: move helper functions to the bottom</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/692705d66d35cfef8e926cc02be27491b383706c"><code>692705d</code></a>
Fix HumanFloatCount dropping rounding at precision 0</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/cbd070dd6eed853e583d0991544374322088fb59"><code>cbd070d</code></a>
Fix stray comma after minus sign in HumanFloatCount</li>
<li>Additional commits viewable in <a
href="https://github.com/console-rs/indicatif/compare/0.18.4...0.18.6">compare
view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>1 parent 5242b76 commit 02918b6
1 file changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments