[PR #1115] [MERGED] chore(deps): bump image from 0.25.4 to 0.25.5 #1210

Closed
opened 2026-01-05 14:54:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1115
Author: @dependabot[bot]
Created: 11/11/2024
Status: Merged
Merged: 11/14/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/image-0.25.5


📝 Commits (1)

  • 3c40753 chore(deps): bump image from 0.25.4 to 0.25.5

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 Cargo.lock (+4 -2)

📄 Description

Bumps image from 0.25.4 to 0.25.5.

Changelog

Sourced from image's changelog.

Version 0.25.5

Features:

  • Added support for decoding 10-bit and 12-bit AVIF
  • Initial, opt-in serde support for an enum. This may be extended to other types in the future.

Bug fixes:

  • Multiple bug fixes in AVIF decoding
  • The rayon feature now correctly toggles the use of rayon when encoding AVIF. (Previously it would be either always on or always off depending on the version of the ravif crate in your dependency tree.)
  • "jfif" file extension for JPEG images is now recognized
Commits

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1115 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/image-0.25.5` --- ### 📝 Commits (1) - [`3c40753`](https://github.com/LGUG2Z/komorebi/commit/3c40753d2cabc653345d7a5ea0370b7f12b5e52c) chore(deps): bump image from 0.25.4 to 0.25.5 ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -2) </details> ### 📄 Description Bumps [image](https://github.com/image-rs/image) from 0.25.4 to 0.25.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/image-rs/image/blob/main/CHANGES.md">image's changelog</a>.</em></p> <blockquote> <h3>Version 0.25.5</h3> <p>Features:</p> <ul> <li>Added support for decoding 10-bit and 12-bit AVIF</li> <li>Initial, opt-in serde support for an enum. This may be extended to other types in the future.</li> </ul> <p>Bug fixes:</p> <ul> <li><a href="https://redirect.github.com/image-rs/image/pull/2373">Multiple bug fixes in AVIF decoding</a></li> <li>The <code>rayon</code> feature now correctly toggles the use of <code>rayon</code> when encoding AVIF. (Previously it would be either always on or always off depending on the version of the <code>ravif</code> crate in your dependency tree.)</li> <li>&quot;jfif&quot; file extension for JPEG images is now recognized</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-rs/image/commit/317bc1692c134d750360ca9c8e108a08ff534d93"><code>317bc16</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image/issues/2378">#2378</a> from Shnatsel/chainjlog</li> <li><a href="https://github.com/image-rs/image/commit/a35ec47195e4068d0cb694e525af2503f8665bc8"><code>a35ec47</code></a> Temporarily disable PCX format (<a href="https://redirect.github.com/image-rs/image/issues/2379">#2379</a>)</li> <li><a href="https://github.com/image-rs/image/commit/6378e0b6f819d428799b8c016bde45a23cdd99bf"><code>6378e0b</code></a> Drop PCX from changelog for 0.25.5 release</li> <li><a href="https://github.com/image-rs/image/commit/e6fd913910045f24f4480b8ab7da5e077173d47f"><code>e6fd913</code></a> Update CHANGES.md</li> <li><a href="https://github.com/image-rs/image/commit/fe094b3ebae4c61c6b18c1b0e5a09085d7a6bf39"><code>fe094b3</code></a> Merge pull request <a href="https://redirect.github.com/image-rs/image/issues/2373">#2373</a> from awxkee/avif-yuv-decoder</li> <li><a href="https://github.com/image-rs/image/commit/3b4a56c80fa6a8be41e49b74367f6745a3145397"><code>3b4a56c</code></a> Bump version to 0.25.5</li> <li><a href="https://github.com/image-rs/image/commit/5a1d77a63eee56b21eb535f382defca456312dfc"><code>5a1d77a</code></a> Update format support tables</li> <li><a href="https://github.com/image-rs/image/commit/120c799b878cc5e1082c021537c1274170dbcc26"><code>120c799</code></a> Fill in changelog for 0.25.5</li> <li><a href="https://github.com/image-rs/image/commit/daa5e88c1bd864d9f85115f73e54d8017357ae51"><code>daa5e88</code></a> Changed <code>Unspecified</code> to Bt.709</li> <li><a href="https://github.com/image-rs/image/commit/092879c9acb3d5823aecc5973fc210728f44f04e"><code>092879c</code></a> More precise bit depth expanding</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.25.4...v0.25.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=image&package-manager=cargo&previous-version=0.25.4&new-version=0.25.5)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:28 +01:00
adam closed this issue 2026-01-05 14:54:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1210