mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #29239 - servo:dependabot/cargo/ab_glyph_rasterizer-0.1.8, r=jdm
Bump ab_glyph_rasterizer from 0.1.7 to 0.1.8 Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.7 to 0.1.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexheretic/ab-glyph/releases">ab_glyph_rasterizer's releases</a>.</em></p> <blockquote> <h2>ab-glyph-rasterizer-0.1.8</h2> <ul> <li>Do SIMD runtime detection only once on the first <code>Rasterizer::new</code> instead of on each.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="aa0742d335
"><code>aa0742d</code></a> Release ab_glyph_rasterizer 0.1.8</li> <li><a href="0f13f4c8e1
"><code>0f13f4c</code></a> Do SIMD runtime detection once using <code>std::sync::Once</code> (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/71">#71</a>)</li> <li><a href="ce85e135de
"><code>ce85e13</code></a> Release ab_glyph 0.2.19</li> <li><a href="be17472cd3
"><code>be17472</code></a> Update ttf-parser to 0.18</li> <li><a href="63cb3702b3
"><code>63cb370</code></a> rustfmt doc comments</li> <li><a href="d12ed25001
"><code>d12ed25</code></a> Release ab_glyph 0.2.18</li> <li><a href="3ae5c70912
"><code>3ae5c70</code></a> Update ttf-parser to 0.17</li> <li>See full diff in <a href="https://github.com/alexheretic/ab-glyph/compare/ab-glyph-rasterizer-0.1.7...ab-glyph-rasterizer-0.1.8">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 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:
commit
619a46113f
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4,9 +4,9 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "ab_glyph_rasterizer"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
|
||||
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
|
||||
|
||||
[[package]]
|
||||
name = "accountable-refcell"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue