Auto merge of #26675 - servo:dependabot/cargo/jpeg-decoder-0.1.19, r=jdm

Bump jpeg-decoder from 0.1.14 to 0.1.19

Bumps [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) from 0.1.14 to 0.1.19.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/jpeg-decoder/blob/master/CHANGELOG.md">jpeg-decoder's changelog</a>.</em></p>
<blockquote>
<h2>v0.1.19 (2020-04-27)</h2>
<ul>
<li>Fix decoding returning too much image data</li>
<li>Fix recognizing padding in marker segments</li>
<li>Several decode performance improvements</li>
<li>Remove use of deprecated <code>Error::description</code></li>
</ul>
<h2>v0.1.18 (2019-12-10)</h2>
<ul>
<li>Fix two bugs causing panics introduced in 0.1.17.</li>
</ul>
<h2>v0.1.17 (2019-12-08)</h2>
<ul>
<li>Minimum supported rust version changed to 1.34</li>
<li>Fix clippy::into_iter_on_array warning</li>
<li>Ignore extraneous bytes after SOS</li>
<li>Support IDCT Scaling</li>
</ul>
<h2>v0.1.16 (2019-08-25)</h2>
<ul>
<li>Minimum supported rust version changed to 1.28</li>
<li>Allow zero length DHT segments</li>
</ul>
<h2>v0.1.15 (2018-06-10)</h2>
<ul>
<li>Added support for WebAssembly and asm.js (thanks <a href="https://github.com/CryZe">@CryZe</a>!)</li>
<li>Bugfix for images with APP14 segments longer than 12 bytes.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a4c3d53411"><code>a4c3d53</code></a> Release notes for 0.1.19</li>
<li><a href="7ca9b90ab7"><code>7ca9b90</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/147">#147</a> from ggopcceop/multipleFf</li>
<li><a href="5f65ebe082"><code>5f65ebe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/150">#150</a> from lovasoa/optimize_compute_image</li>
<li><a href="7e220e882f"><code>7e220e8</code></a> Fix missing borrow when using rayon</li>
<li><a href="15004d4258"><code>15004d4</code></a> Avoid large allocation in grayscale image decoding</li>
<li><a href="91cdd861bb"><code>91cdd86</code></a> Generalize the grayscale image computation optimization</li>
<li><a href="004d9b44b4"><code>004d9b4</code></a> Added a few test images</li>
<li><a href="0920c4c506"><code>0920c4c</code></a> Fix <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/148">#148</a> (<a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/149">#149</a>)</li>
<li><a href="56baf5134b"><code>56baf51</code></a> add the test file</li>
<li><a href="53121e3e6e"><code>53121e3</code></a> Revert 0xFF marker check</li>
<li>Additional commits viewable in <a href="https://github.com/image-rs/jpeg-decoder/compare/v0.1.14...v0.1.19">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jpeg-decoder&package-manager=cargo&previous-version=0.1.14&new-version=0.1.19)](https://dependabot.com/compatibility-score/?dependency-name=jpeg-decoder&package-manager=cargo&previous-version=0.1.14&new-version=0.1.19)

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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2020-05-27 15:59:19 -04:00 committed by GitHub
commit 693ff29858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -2783,9 +2783,9 @@ dependencies = [
[[package]]
name = "jpeg-decoder"
version = "0.1.14"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dfe27a6c0dabd772d0f9b9f8701c4ca12c4d1eebcadf2be1f6f70396f6a1434"
checksum = "5b47b4c4e017b01abdc5bcc126d2d1002e5a75bbe3ce73f9f4f311a916363704"
dependencies = [
"byteorder",
"rayon",