2.md (6702B)
1 # PR #2 Update image requirement from 0.24.7 to 0.25.1 in /make_test_images 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-06-23T13:16:44Z 6 - **Branch:** dependabot/cargo/make_test_images/image-0.25.1 → main 7 - **Labels:** dependencies 8 - **Diff:** [2.diff](./2.diff) 9 10 --- 11 12 Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. 13 <details> 14 <summary>Changelog</summary> 15 <p><em>Sourced from <a href="https://github.com/image-rs/image/blob/main/CHANGES.md">image's changelog</a>.</em></p> 16 <blockquote> 17 <h3>Version 0.25.1</h3> 18 <p>Bug fixes:</p> 19 <ul> 20 <li>Fixed corrupt JPEG output when attempting to encode images containing an alpha 21 channel.</li> 22 <li>Only accept ".ff" file extension for farbfeld images.</li> 23 <li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li> 24 <li>Disable strict mode for JPEG decoder.</li> 25 <li>Add nasm feature to optionally enable faster AVIF encoding.</li> 26 </ul> 27 <h3>Version 0.25.0</h3> 28 <p>Breaking changes:</p> 29 <ul> 30 <li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li> 31 <li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li> 32 <li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other 33 deprecated items.</li> 34 <li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait 35 is object safe.</li> 36 <li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li> 37 <li>Made color_quant dependency optional.</li> 38 <li>Renamed some feature flags.</li> 39 </ul> 40 <p>Structural changes:</p> 41 <ul> 42 <li>Increased MSRV to 1.67.1</li> 43 </ul> 44 <p>Codec changes:</p> 45 <ul> 46 <li>Switched to image-webp for WebP encoding.</li> 47 <li>Switched to zune-jpeg for JPEG decoding.</li> 48 <li>Made the HDR decoder produce f32 images.</li> 49 <li>Removed DXT encoding and decoding support.</li> 50 </ul> 51 <h3>Version 0.24.9</h3> 52 <p>Structural changes:</p> 53 <ul> 54 <li>Relicense to MIT OR Apache-2.0</li> 55 <li>Increase MSRV 1.63.0</li> 56 </ul> 57 <p>New features:</p> 58 <ul> 59 <li>Support limits in PNG animation decoding.</li> 60 <li>Added offsets to SubImage to compensate for the now-deprecated bounds call 61 from GenericImageView.</li> 62 </ul> 63 <p>Bug fixes:</p> 64 <ul> 65 <li>Correct limit tests for TIFF.</li> 66 <li>Avoid overflow in gif::Decoder::buffer_size.</li> 67 <li>Return error instead of using asssertion for Avif decoder unsupported or 68 invalid bit depth.</li> 69 </ul> 70 <!-- raw HTML omitted --> 71 </blockquote> 72 <p>... (truncated)</p> 73 </details> 74 <details> 75 <summary>Commits</summary> 76 <ul> 77 <li><a href="https://github.com/image-rs/image/commit/b7617037c8e05eb538c55799622855db37c26d3b"><code>b761703</code></a> Release 0.25.1 (<a href="https://redirect.github.com/image-rs/image/issues/2187">#2187</a>)</li> 78 <li><a href="https://github.com/image-rs/image/commit/318ed0ab294d06060f74d3d843ef493bcb044476"><code>318ed0a</code></a> Fix error string for unsupported color type (<a href="https://redirect.github.com/image-rs/image/issues/2191">#2191</a>)</li> 79 <li><a href="https://github.com/image-rs/image/commit/4594c80b3626076af128b7a853c8e5c5187f7a64"><code>4594c80</code></a> Only accept .ff as path extension for Farbfeld (<a href="https://redirect.github.com/image-rs/image/issues/2181">#2181</a>)</li> 80 <li><a href="https://github.com/image-rs/image/commit/5c3d3db0d71970566ee15200ffb7141d1e729ea4"><code>5c3d3db</code></a> Disable strict mode for JPEG decoder (<a href="https://redirect.github.com/image-rs/image/issues/2183">#2183</a>)</li> 81 <li><a href="https://github.com/image-rs/image/commit/73c7bfe8e26cef3df929fad76297f653d1c8decf"><code>73c7bfe</code></a> fix: Correct the Farbfeld feature flag for ImageFormat::{reading_enabled, wri...</li> 82 <li><a href="https://github.com/image-rs/image/commit/d407e366e7c080d3757f83c4e120be7f9444b8e1"><code>d407e36</code></a> Add nasm to optionally enable faster AVIF encoding</li> 83 <li><a href="https://github.com/image-rs/image/commit/87cbef72bc2b07c67540baa6166ddab05bee2a45"><code>87cbef7</code></a> Remove lingering references to ImageOutputFormat (<a href="https://redirect.github.com/image-rs/image/issues/2176">#2176</a>)</li> 84 <li><a href="https://github.com/image-rs/image/commit/c193acbf7b745b071f5617e269f0955ee97c25d3"><code>c193acb</code></a> fix rgba8 image jpeg encode bug (<a href="https://redirect.github.com/image-rs/image/issues/2169">#2169</a>)</li> 85 <li><a href="https://github.com/image-rs/image/commit/fbd3f3e7cd0b327f71875cafc4f7012e929067aa"><code>fbd3f3e</code></a> Remove JPEG size limits while parsing header (<a href="https://redirect.github.com/image-rs/image/issues/2175">#2175</a>)</li> 86 <li><a href="https://github.com/image-rs/image/commit/e8b7acb970857a7b397dddd4d62f31515ceaa4fc"><code>e8b7acb</code></a> Mention DXT removal in changelog (<a href="https://redirect.github.com/image-rs/image/issues/2166">#2166</a>)</li> 87 <li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.7...v0.25.1">compare view</a></li> 88 </ul> 89 </details> 90 <br /> 91 92 93 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`. 94 95 [//]: # (dependabot-automerge-start) 96 [//]: # (dependabot-automerge-end) 97 98 --- 99 100 <details> 101 <summary>Dependabot commands and options</summary> 102 <br /> 103 104 You can trigger Dependabot actions by commenting on this PR: 105 - `@dependabot rebase` will rebase this PR 106 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 107 - `@dependabot merge` will merge this PR after your CI passes on it 108 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 109 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 110 - `@dependabot reopen` will reopen this PR if it is closed 111 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 112 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 113 - `@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) 114 - `@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) 115 - `@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) 116 117 118 </details> 119