[PR #1383] [CLOSED] chore(deps): bump image from 0.25.5 to 0.25.6 #1370

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1383
Author: @dependabot[bot]
Created: 3/31/2025
Status: Closed

Base: masterHead: dependabot/cargo/image-0.25.6


📝 Commits (1)

  • 95b3935 chore(deps): bump image from 0.25.5 to 0.25.6

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps image from 0.25.5 to 0.25.6.

Changelog

Sourced from image's changelog.

Version 0.25.6

Features:

  • Improved format detection (#2418)
  • Implement writing ICC profiles for JPEG and PNG images (#2389)

Bug fixes:

  • JPEG encoding bugfix (#2387)
  • Expanded ICO format detection (#2434)
  • Fixed EXR bug with NaNs (#2381)
  • Various documentation improvements
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/1383 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/31/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/image-0.25.6` --- ### 📝 Commits (1) - [`95b3935`](https://github.com/LGUG2Z/komorebi/commit/95b3935d95f27b8090813ff65f53141aa0aa4caa) chore(deps): bump image from 0.25.5 to 0.25.6 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [image](https://github.com/image-rs/image) from 0.25.5 to 0.25.6. <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.6</h3> <p>Features:</p> <ul> <li>Improved format detection (<a href="https://redirect.github.com/image-rs/image/pull/2418">#2418</a>)</li> <li>Implement writing ICC profiles for JPEG and PNG images (<a href="https://redirect.github.com/image-rs/image/pull/2389">#2389</a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>JPEG encoding bugfix (<a href="https://redirect.github.com/image-rs/image/pull/2387">#2387</a>)</li> <li>Expanded ICO format detection (<a href="https://redirect.github.com/image-rs/image/pull/2434">#2434</a>)</li> <li>Fixed EXR bug with NaNs (<a href="https://redirect.github.com/image-rs/image/pull/2381">#2381</a>)</li> <li>Various documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/image-rs/image/commit/f337e27aadaae8b86484429bc6020fef8a019c95"><code>f337e27</code></a> Release 0.25.6 (<a href="https://redirect.github.com/image-rs/image/issues/2441">#2441</a>)</li> <li><a href="https://github.com/image-rs/image/commit/0166f687e9276cec9081a72488ba1f0c9bd88608"><code>0166f68</code></a> CI: add num-traits to public (<a href="https://redirect.github.com/image-rs/image/issues/2446">#2446</a>)</li> <li><a href="https://github.com/image-rs/image/commit/ca9e2dceb436a8c5a8202797cb9e8a1573eba35e"><code>ca9e2dc</code></a> add links to readme (<a href="https://redirect.github.com/image-rs/image/issues/2437">#2437</a>)</li> <li><a href="https://github.com/image-rs/image/commit/95be33928ea284a4621bae7e06abb17025a66df4"><code>95be339</code></a> Making clippy happy (<a href="https://redirect.github.com/image-rs/image/issues/2439">#2439</a>)</li> <li><a href="https://github.com/image-rs/image/commit/c62d3ace614155ac46c95b85b1ec86db337d15c0"><code>c62d3ac</code></a> Detect image/vnd.microsoft.icon mime types as ImageFormat::Ico (<a href="https://redirect.github.com/image-rs/image/issues/2434">#2434</a>)</li> <li><a href="https://github.com/image-rs/image/commit/85f2412d552ddd2f576e16d023fd352589f4c605"><code>85f2412</code></a> Fix missing spaces in JpegDecoder error message (<a href="https://redirect.github.com/image-rs/image/issues/2433">#2433</a>)</li> <li><a href="https://github.com/image-rs/image/commit/b22ba14127749ce821b03119a492c776fc1846d4"><code>b22ba14</code></a> Remove limits when parsing JPEG metadata (<a href="https://redirect.github.com/image-rs/image/issues/2429">#2429</a>)</li> <li><a href="https://github.com/image-rs/image/commit/4ef6f1505cb0b320c530d8b0a029d0cfa4b13b14"><code>4ef6f15</code></a> Fix unbalanced backticks in doc comments (<a href="https://redirect.github.com/image-rs/image/issues/2427">#2427</a>)</li> <li><a href="https://github.com/image-rs/image/commit/d4054385a1b6071bfa34e045f4b598d31d68f41f"><code>d405438</code></a> Reduce typo count (<a href="https://redirect.github.com/image-rs/image/issues/2426">#2426</a>)</li> <li><a href="https://github.com/image-rs/image/commit/68159de1c1f57653c0ce93422921b32633b6bd45"><code>68159de</code></a> Update resize and blurs doc (<a href="https://redirect.github.com/image-rs/image/issues/2424">#2424</a>)</li> <li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.25.5...v0.25.6">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.5&new-version=0.25.6)](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:55:03 +01:00
adam closed this issue 2026-01-05 14:55:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1370