Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps indicatif from 0.17.2 to 0.17.3.

Release notes

Sourced from indicatif's releases.

0.17.3

A small maintenance release:

Full Changelog: console-rs/indicatif@0.17.2...0.17.3

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.2...0.17.3)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/indicatif-0.17.3 branch from a1d885e to dc8c9d0 Compare January 16, 2023 18:21
@ahl ahl merged commit 1ed7fc1 into main Jan 17, 2023
@ahl ahl deleted the dependabot/cargo/indicatif-0.17.3 branch January 17, 2023 22:05
smklein pushed a commit that referenced this pull request Jan 18, 2023
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2
to 0.17.3.
<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.3</h2>
<p>A small maintenance release:</p>
<ul>
<li>address a bunch of lints by <a
href="https://github.com/danieleades"><code>@​danieleades</code></a> in
<a
href="https://github-redirect.dependabot.com/console-rs/indicatif/pull/498">console-rs/indicatif#498</a></li>
<li>Remove <code>&quot;fs&quot;</code> feature in tokio dependency. by
<a href="https://github.com/azriel91"><code>@​azriel91</code></a> in <a
href="https://github-redirect.dependabot.com/console-rs/indicatif/pull/504">console-rs/indicatif#504</a></li>
<li>Update estimate when using a steady ticker by <a
href="https://github.com/aawsome"><code>@​aawsome</code></a> in <a
href="https://github-redirect.dependabot.com/console-rs/indicatif/pull/495">console-rs/indicatif#495</a></li>
<li>Refactoring and internal improvements</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/console-rs/indicatif/compare/0.17.2...0.17.3">https://github.com/console-rs/indicatif/compare/0.17.2...0.17.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/console-rs/indicatif/commit/84f46b476ad192e58f96b4f91766d1fa958dc735"><code>84f46b4</code></a>
0.17.3</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/2954b1a24ac5f1900a7861992e4825bff643c9e2"><code>2954b1a</code></a>
Update estimate when using a steady ticker</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/51e85970d8234d73d1a5d6326d8574390bee35e3"><code>51e8597</code></a>
Remove <code>&quot;fs&quot;</code> feature in tokio dependency (<a
href="https://github-redirect.dependabot.com/console-rs/indicatif/issues/504">#504</a>)</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/d54fb0ef4c314b3c73fc94372a97f14c4bd32d9e"><code>d54fb0e</code></a>
Bump actions/checkout from 2 to 3</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/16ce199ad106ff17f8ede49640c4eead95a50634"><code>16ce199</code></a>
simplify build matrix</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/1a04604dc6ca58aadc543082d81ee87ca5d0bfe7"><code>1a04604</code></a>
add dependabot config</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/64f357022ea1b0f63b3b3db32b89773609177bb6"><code>64f3570</code></a>
avoid accessing 'Default' trait directly</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/bfeedb210719aa683470c70b0e153d173ce93fd2"><code>bfeedb2</code></a>
nest 'or' patterns</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/75a331165e5196e2a813276f6e49835a8f24ecce"><code>75a3311</code></a>
collapse single match blocks</li>
<li><a
href="https://github.com/console-rs/indicatif/commit/c582ebc616b493fd7c3980ad7cdae0b344347bdc"><code>c582ebc</code></a>
use implicit iter loops</li>
<li>Additional commits viewable in <a
href="https://github.com/console-rs/indicatif/compare/0.17.2...0.17.3">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.2&new-version=0.17.3)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants