aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2021-01-25 09:32:28 -0500
committerGitHub <noreply@github.com>2021-01-25 09:32:28 -0500
commit4d7b4d249fa90fb335cfdc9f0264747eda088808 (patch)
tree1927b09252badc2fb45efb2a46216593c7ae43bf /python
parent7ac8b749e3d9b1d178258ef71ed108f26bca4f8a (diff)
parent424b33a671f64b240c0e150327b71752871a3388 (diff)
downloadservo-4d7b4d249fa90fb335cfdc9f0264747eda088808.tar.gz
servo-4d7b4d249fa90fb335cfdc9f0264747eda088808.zip
Auto merge of #28098 - servo:dependabot/cargo/jpeg-decoder-0.1.21, r=jdm
Bump jpeg-decoder from 0.1.20 to 0.1.21 Bumps [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) from 0.1.20 to 0.1.21. <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.21 (2021-01-23)</h2> <ul> <li>Fix incorrect order of MCUs in non-interleaved streams</li> <li>DCT Progressive images with incomplete coefficient blocks are now rendered</li> <li>Fix a panic on invalid dimensions</li> <li>Reduce allocations and runtime of decoding</li> <li>Rework multi-threading to run a thread per component</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/adc1bb346b1d22169ca991ee0fc9430ecc4de33c"><code>adc1bb3</code></a> Update crate meta data for 0.1.21</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/3bdaa07fe036d3a16d7468eece38a939bbf0b7a5"><code>3bdaa07</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/177">#177</a> from quilan1/process-unfinished-progressive-data</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/b022ad15757af92e54f3ff32bfe5a6cab122684a"><code>b022ad1</code></a> Progressive images now render incomplete coefficients</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/9cb72e52022d584f149a6c54943f3338410ed5c8"><code>9cb72e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/168">#168</a> from Shnatsel/multithreading-poc</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/92350c7321d96b75748fc98e12fdc721906c8d54"><code>92350c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/175">#175</a> from okaneco/byteorder</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/bc18ecf4b883e7c301eb0b415b0864eac2fe2806"><code>bc18ecf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/176">#176</a> from quilan1/bugfix-non-interleaved-mcus</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/bc1a817fe64bb7531a015a9c50d1bc3e088e6302"><code>bc1a817</code></a> Added test case for non-interleaved MCU crash</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/6d9fd3ef34bc65973a7e045dd5220a9e1d862d7b"><code>6d9fd3e</code></a> The decoder now treats non-interleaved streams as blocks</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/29b9c047ad9b244a8b990665031ce145ce48b56b"><code>29b9c04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/jpeg-decoder/issues/174">#174</a> from jrmuizel/icc</li> <li><a href="https://github.com/image-rs/jpeg-decoder/commit/7666d6dbd99baf0d758749d8622724e216046eaf"><code>7666d6d</code></a> Remove byteorder dep</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/jpeg-decoder/compare/v0.1.20...v0.1.21">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.20&new-version=0.1.21)](https://dependabot.com/compatibility-score/?dependency-name=jpeg-decoder&package-manager=cargo&previous-version=0.1.20&new-version=0.1.21) 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>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions