mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
build(deps): bump anstyle from 1.0.10 to 1.0.11 (#37268)
Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.10 to 1.0.11. <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/v1.0.10...v1.0.11">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
b0eeaa4c27
commit
a328aa474b
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -214,9 +214,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle"
|
||||
version = "1.0.10"
|
||||
version = "1.0.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
||||
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
|
||||
|
||||
[[package]]
|
||||
name = "anstyle-parse"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue