Skip to content

Commit

Permalink
chore(deps): Bump colored from 2.0.0 to 2.0.4 (vectordotdev#17876)
Browse files Browse the repository at this point in the history
Bumps [colored](https://github.com/mackwic/colored) from 2.0.0 to 2.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mackwic/colored/releases">colored's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.4</h2>
<ul>
<li>Switch from <code>winapi</code> to <code>windows-sys</code>.</li>
</ul>
<h2>v2.0.3</h2>
<ul>
<li>Document crate MSRV of <code>1.63</code>.</li>
</ul>
<h2>v2.0.2</h2>
<ul>
<li>Fix typo in <code>src/control.rs</code>.</li>
<li>Replace <code>atty</code> dependency with
<code>is-terminal</code>.</li>
</ul>
<h2>v2.0.1</h2>
<ul>
<li>Add edition for future compatibility.</li>
<li>Implement custom colors that can be stored in a variable.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/colored-rs/colored/blob/master/CHANGELOG.md">colored's
changelog</a>.</em></p>
<blockquote>
<h1>2.0.4</h1>
<ul>
<li>Switch from <code>winapi</code> to <code>windows-sys</code>.</li>
</ul>
<h1>2.0.3</h1>
<ul>
<li>Document crate MSRV of <code>1.63</code>.</li>
</ul>
<h1>2.0.2</h1>
<ul>
<li>Fix typo in <code>src/control.rs</code>.</li>
<li>Replace <code>atty</code> dependency with
<code>is-terminal</code>.</li>
</ul>
<h1>2.0.1 (July 3, 2023)</h1>
<ul>
<li>Add edition for future compatibility.</li>
<li>Implement custom colors that can be stored in a variable.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/colored-rs/colored/commit/b391ff0e3b29262441b6a948dd49344b5645c398"><code>b391ff0</code></a>
Bump crate version</li>
<li><a
href="https://github.com/colored-rs/colored/commit/f1e593b8e240bbf5233031c1a65c248780d53c21"><code>f1e593b</code></a>
Switch from <code>winapi</code> to <code>windows-sys</code></li>
<li><a
href="https://github.com/colored-rs/colored/commit/e20bd9216590ef8dbc0fb8bd4ac2890606851f0e"><code>e20bd92</code></a>
Fix clippy lint when running on Windows</li>
<li><a
href="https://github.com/colored-rs/colored/commit/ef8e269b8b176fe6cc99ffbf173de3b1cf3c4387"><code>ef8e269</code></a>
Add CI tests for Windows and macOS</li>
<li><a
href="https://github.com/colored-rs/colored/commit/6b446bb0b28b835b99f367840acad4f28715a0f7"><code>6b446bb</code></a>
Make crate MSVR 1.63 (<a
href="https://redirect.github.com/mackwic/colored/issues/146">#146</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/d170bd249391ef4259e3e72a0fd42a84847e5330"><code>d170bd2</code></a>
Replace 'atty' dependency with 'is-terminal' (<a
href="https://redirect.github.com/mackwic/colored/issues/145">#145</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/cfd689710ac121a800ac267ccd628e01922aeaaa"><code>cfd6897</code></a>
Fix typo in 'src/control.rs' (<a
href="https://redirect.github.com/mackwic/colored/issues/93">#93</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/e886538e3d5d269820ba98e85539b01131145653"><code>e886538</code></a>
Fix title generation in CI publisher</li>
<li><a
href="https://github.com/colored-rs/colored/commit/1921f20262ec8378981c8b05e75a30775818675b"><code>1921f20</code></a>
Add CI for releases (<a
href="https://redirect.github.com/mackwic/colored/issues/138">#138</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/f32b457bf172f92e629990c9a47f765db5f9c83b"><code>f32b457</code></a>
Use <code>deprecated</code> attribute (<a
href="https://redirect.github.com/mackwic/colored/issues/88">#88</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mackwic/colored/compare/v2.0.0...v2.0.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=colored&package-manager=cargo&previous-version=2.0.0&new-version=2.0.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>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent 4613b36 commit 93f8144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ bytesize = { version = "1.2.0", default-features = false }
chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
cidr-utils = { version = "0.5.10", default-features = false }
clap = { version = "4.1.14", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
colored = { version = "2.0.0", default-features = false }
colored = { version = "2.0.4", default-features = false }
csv = { version = "1.2", default-features = false }
derivative = { version = "2.2.0", default-features = false }
dirs-next = { version = "2.0.0", default-features = false, optional = true }
Expand Down

0 comments on commit 93f8144

Please sign in to comment.