Auto merge of #28863 - servo:dependabot/cargo/ab_glyph_rasterizer-0.1.5, r=jdm

Bump ab_glyph_rasterizer from 0.1.4 to 0.1.5

Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.4 to 0.1.5.
<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.5</h2>
<ul>
<li>Remove cap of <code>1.0</code> for coverage values returned by <code>for_each_pixel</code> now <code>&gt;= 1.0</code> means fully covered.
This allows a minor reduction in operations / performance boost.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2461ed2046"><code>2461ed2</code></a> Release ab_glyph_rasterizer 0.1.5</li>
<li><a href="3f0f9e7e71"><code>3f0f9e7</code></a> Revert &quot;Update ttf-parser to 0.13 (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/45">#45</a>)&quot; (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/47">#47</a>)</li>
<li><a href="8006dd0529"><code>8006dd0</code></a> Reduce raster ops to improve performance (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/46">#46</a>)</li>
<li><a href="72c437378a"><code>72c4373</code></a> Update ttf-parser to 0.13 (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/45">#45</a>)</li>
<li><a href="db27dc703c"><code>db27dc7</code></a> Tweak docs/comments</li>
<li><a href="0008571275"><code>0008571</code></a> Use shorter <code>.into()</code> style in some places</li>
<li><a href="e412d94f1e"><code>e412d94</code></a> Ensure ttf-parser 0.12.3 fix bbox behaviour (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/41">#41</a>)</li>
<li><a href="eb7c4c4a18"><code>eb7c4c4</code></a> fix a clippy warning (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/40">#40</a>)</li>
<li><a href="8ec127ac06"><code>8ec127a</code></a> Fix zero bbox fallback in ttf-parser &gt;= 0.12.2 (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/39">#39</a>)</li>
<li><a href="e02be08810"><code>e02be08</code></a> Update dev-dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/alexheretic/ab-glyph/compare/ab-glyph-rasterizer-0.1.4...ab-glyph-rasterizer-0.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ab_glyph_rasterizer&package-manager=cargo&previous-version=0.1.4&new-version=0.1.5)](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:
bors-servo 2022-04-14 11:56:02 -04:00 committed by GitHub
commit 9eccd1c81e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
[[package]]
name = "accountable-refcell"