mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump anstyle-query from 1.1.2 to 1.1.3 (#37267)
Bumps [anstyle-query](https://github.com/rust-cli/anstyle) from 1.1.2 to 1.1.3. <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-query-v1.1.2...anstyle-query-v1.1.3">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
16cc227339
commit
ae7412c9a5
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -229,9 +229,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle-query"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
||||
checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue