mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
build(deps): bump colorchoice from 1.0.3 to 1.0.4 (#37273)
Bumps [colorchoice](https://github.com/rust-cli/anstyle) from 1.0.3 to 1.0.4. <details> <summary>Commits</summary> <ul> <li><a href="886539c953
"><code>886539c</code></a> chore: Release</li> <li><a href="161bf93c92
"><code>161bf93</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/255">#255</a> from Muscraft/anstyle-svg-urls</li> <li><a href="70dd95e053
"><code>70dd95e</code></a> feat(anstyle-svg): Add support for rendering Hyperlinks</li> <li><a href="96e3f75643
"><code>96e3f75</code></a> test(anstyle-svg): Add tests for Hyperlinks</li> <li><a href="abdd703a5c
"><code>abdd703</code></a> refactor(anstyle-svg): Use a concrete retrurn type from adapter</li> <li><a href="8d5053079d
"><code>8d50530</code></a> refactor(anstyle-svg): Use a better name for internal adapter</li> <li><a href="327c261668
"><code>327c261</code></a> refactor: Use a custom adapter for anstyle-svg</li> <li><a href="f1d6c141e2
"><code>f1d6c14</code></a> refactor(anstream): Use a less general name for State</li> <li><a href="98ef02efe0
"><code>98ef02e</code></a> test(anstream): Use anstyle for wincon adapter tests</li> <li><a href="182053aaa8
"><code>182053a</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/254">#254</a> from epage/template</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/anstyle/compare/colorchoice-v1.0.3...colorchoice-v1.0.4">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 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 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>
This commit is contained in:
parent
47899c4fdf
commit
95ae8b5fcd
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1059,9 +1059,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|||
|
||||
[[package]]
|
||||
name = "colorchoice"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||||
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
||||
|
||||
[[package]]
|
||||
name = "colored"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue