c2pa-rs.meta

Issues/PRs archive for mtrnords-photography-manager/c2pa-rs
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.meta.git
Log | Files | Refs

2.json (7035B)


      1 {
      2   "number": 2,
      3   "title": "Update image requirement from 0.24.7 to 0.25.1 in /make_test_images",
      4   "state": "open",
      5   "diff_file": "2.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-06-23T13:16:44Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/cargo/make_test_images/image-0.25.1",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [],
     16   "requested_reviewers": [],
     17   "body": "Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/image-rs/image/blob/main/CHANGES.md\">image's changelog</a>.</em></p>\n<blockquote>\n<h3>Version 0.25.1</h3>\n<p>Bug fixes:</p>\n<ul>\n<li>Fixed corrupt JPEG output when attempting to encode images containing an alpha\nchannel.</li>\n<li>Only accept &quot;.ff&quot; file extension for farbfeld images.</li>\n<li>Correct farbfeld feature flag for <code>ImageFormat::{reading_enabled, writing_enabled}</code>.</li>\n<li>Disable strict mode for JPEG decoder.</li>\n<li>Add nasm feature to optionally enable faster AVIF encoding.</li>\n</ul>\n<h3>Version 0.25.0</h3>\n<p>Breaking changes:</p>\n<ul>\n<li>Added <code>BufRead</code> + <code>Seek</code> bound on many decoders.</li>\n<li>Use <code>ExtendedColorType</code> instead of <code>ColorType</code> when encoding.</li>\n<li>Removed <code>ImageOutputFormat</code>, <code>GenericImageView::bounds</code>, and several other\ndeprecated items.</li>\n<li>Removed incremental decoding support and changed <code>ImageDecoder</code> so the trait\nis object safe.</li>\n<li>Pixel types are now <code>repr(transparent)</code> rather than <code>repr(C)</code>.</li>\n<li>Made color_quant dependency optional.</li>\n<li>Renamed some feature flags.</li>\n</ul>\n<p>Structural changes:</p>\n<ul>\n<li>Increased MSRV to 1.67.1</li>\n</ul>\n<p>Codec changes:</p>\n<ul>\n<li>Switched to image-webp for WebP encoding.</li>\n<li>Switched to zune-jpeg for JPEG decoding.</li>\n<li>Made the HDR decoder produce f32 images.</li>\n<li>Removed DXT encoding and decoding support.</li>\n</ul>\n<h3>Version 0.24.9</h3>\n<p>Structural changes:</p>\n<ul>\n<li>Relicense to MIT OR Apache-2.0</li>\n<li>Increase MSRV 1.63.0</li>\n</ul>\n<p>New features:</p>\n<ul>\n<li>Support limits in PNG animation decoding.</li>\n<li>Added offsets to SubImage to compensate for the now-deprecated bounds call\nfrom GenericImageView.</li>\n</ul>\n<p>Bug fixes:</p>\n<ul>\n<li>Correct limit tests for TIFF.</li>\n<li>Avoid overflow in gif::Decoder::buffer_size.</li>\n<li>Return error instead of using asssertion for Avif decoder unsupported or\ninvalid bit depth.</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/image-rs/image/commit/d407e366e7c080d3757f83c4e120be7f9444b8e1\"><code>d407e36</code></a> Add nasm to optionally enable faster AVIF encoding</li>\n<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>\n<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>\n<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>\n<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>\n<li>Additional commits viewable in <a href=\"https://github.com/image-rs/image/compare/v0.24.7...v0.25.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     18   "comments": [],
     19   "review_comments": []
     20 }