Auto merge of #28787 - servo:dependabot/cargo/termcolor-1.1.3, r=jdm

Bump termcolor from 1.1.0 to 1.1.3

Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="677f98b26a"><code>677f98b</code></a> 1.1.3</li>
<li><a href="dc7e7b9383"><code>dc7e7b9</code></a> api: impl WriteColor for std::io::Sink</li>
<li><a href="020816f326"><code>020816f</code></a> doc: update links</li>
<li><a href="9498753689"><code>9498753</code></a> 1.1.2</li>
<li><a href="20822cb45c"><code>20822cb</code></a> tests: remove use of doc_comment crate</li>
<li><a href="b052b61ba0"><code>b052b61</code></a> 1.1.1</li>
<li><a href="a600a655de"><code>a600a65</code></a> api: add support for dim text (ANSI only)</li>
<li><a href="7451f801bc"><code>7451f80</code></a> tests: replace &quot;cfg(test)&quot; with &quot;cfg(doctest)&quot; for readme testing</li>
<li>See full diff in <a href="https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=termcolor&package-manager=cargo&previous-version=1.1.0&new-version=1.1.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>
This commit is contained in:
bors-servo 2022-04-02 23:37:51 -04:00 committed by GitHub
commit 79444349a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6432,9 +6432,9 @@ dependencies = [
[[package]] [[package]]
name = "termcolor" name = "termcolor"
version = "1.1.0" version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [ dependencies = [
"winapi-util", "winapi-util",
] ]