mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
build(deps): bump anstyle-wincon from 3.0.8 to 3.0.9 (#37265)
Bumps [anstyle-wincon](https://github.com/rust-cli/anstyle) from 3.0.8 to 3.0.9. <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/anstyle-wincon-v3.0.8...anstyle-wincon-v3.0.9">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
bad2b86eeb
commit
d246e80844
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -238,9 +238,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle-wincon"
|
||||
version = "3.0.8"
|
||||
version = "3.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa"
|
||||
checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"once_cell_polyfill",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue