forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c1102ff
authored
Auto merge of servo#28995 - servo:dependabot/cargo/image-0.24.4, r=jdm
Bump image from 0.24.3 to 0.24.4
Bumps [image](https://github.com/image-rs/image) from 0.24.3 to 0.24.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/image/blob/master/CHANGES.md">image's changelog</a>.</em></p>
<blockquote>
<h3>Version 0.24.4</h3>
<p>New Features:</p>
<ul>
<li>Encoding for <code>webp</code> is now available with the native library. This needs to
be activate explicitly with the <code>web-encoder</code> feature.</li>
<li><code>exr</code> decoding has gained basic limit support.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>The <code>Iterator::size_hint</code> implementation of pixel iterators has been fixed to
return the current length indicated by its <code>ExactSizeIterator</code> hint.</li>
<li>Typos and bad references in the documentation have been removed.</li>
</ul>
<p>Performance:</p>
<ul>
<li><code>ImageBuffer::get_pixel{,_mut}</code> is now marked inline.</li>
<li><code>resize</code> now short-circuits when image dimensions are unchanged.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/image-rs/image/commit/d2986070139b729cd2e1305d49a91d8596ba64bc"><code>d298607</code></a> Changes and release notes for 0.24.4</li>
<li><a href="https://github.com/image-rs/image/commit/162a3433985b81df4638ec1a6bc0e0cc44f79f7a"><code>162a343</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1792">#1792</a> from kianmeng/fix-typos</li>
<li><a href="https://github.com/image-rs/image/commit/1375fed9aabd0319fe1f904789d20b16acf78aaa"><code>1375fed</code></a> Fix typos</li>
<li><a href="https://github.com/image-rs/image/commit/8624b716279d41c1ba5bcd81a38519fbcab7a2ce"><code>8624b71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1784">#1784</a> from cycraig/master</li>
<li><a href="https://github.com/image-rs/image/commit/74e22f5dbf8fcc90d02291dd3f08872c9f263f48"><code>74e22f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1790">#1790</a> from GabrielDertoni/size_hint</li>
<li><a href="https://github.com/image-rs/image/commit/baa5af298870aa37777ca1496cea32027993da32"><code>baa5af2</code></a> fix: implement size_hint for ImageBuffer iterators</li>
<li><a href="https://github.com/image-rs/image/commit/794d98f7465e1dea176f7f7e63002e3970a3baa0"><code>794d98f</code></a> Annotate C libraries in README.md</li>
<li><a href="https://github.com/image-rs/image/commit/7b2e1bc3b46ddc8fd2db85f4c945c2a814cbb395"><code>7b2e1bc</code></a> Fix potential overflow in WebPEncoder::encode</li>
<li><a href="https://github.com/image-rs/image/commit/e9ccfcfc30950fa242957d881195bb495abaf649"><code>e9ccfcf</code></a> Add webp-encoder</li>
<li><a href="https://github.com/image-rs/image/commit/b35437696f4ccb39cd5250552f6cfe1734a27bcd"><code>b354376</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1787">#1787</a> from gents83/master</li>
<li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.3...v0.24.4">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>File tree
Expand file treeCollapse file tree
1 file changed
+15
-25
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+15
-25
lines changed+15-25Lines changed: 15 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments