Skip to content

⬆️ Update Rust crate png to v0.18.1#1436

Merged
edenhaus merged 2 commits into
devfrom
renovate/png-0.x-lockfile
Feb 19, 2026
Merged

⬆️ Update Rust crate png to v0.18.1#1436
edenhaus merged 2 commits into
devfrom
renovate/png-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
png dependencies patch 0.18.00.18.1

Release Notes

image-rs/image-png (png)

v0.18.1

Additions
  • Added Filter::MinEntropy for encoding, which selects the filter that
    minimizes the Shannon entropy of the filtered row. (#​647)
  • Made ScaledFloat::SCALING constant public. (#​650)
  • Support skipping chunks without loading them into memory. (#​630)
  • Allow full unfiltering for partial data, enabling progressive decoding
    use cases. (#​664)
Changes
  • Improved Paeth unfilter auto-vectorization by changing how loop state
    is maintained. (#​635)
  • Added portable_simd Paeth unfiltering for 3bpp and 4bpp images on nightly.
    (#​632, #​633)
  • Add early exit for adaptive filter selection when a perfect filter is found.
    (#​646)
  • Ignore duplicate acTL chunks instead of producing errors. (#​651)
  • Require IDAT chunk(s) before fdAT chunks, as mandated by PNG specification.
    (#​653)
  • Enforce acTL frame counts to be valid PNG 4-byte integers (capped at 2^31-1).
    (#​673)
Fixes
  • Fixed and improved intra-doc links in documentation comments. (#​665)
  • Fixed nightly portable_simd build. (#​675)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/png-0.x-lockfile branch 4 times, most recently from 23bf013 to 83eb187 Compare February 19, 2026 21:57
@renovate renovate Bot force-pushed the renovate/png-0.x-lockfile branch from 83eb187 to e01efcb Compare February 19, 2026 21:59
@codspeed-hq

codspeed-hq Bot commented Feb 19, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 113 untouched benchmarks


Comparing renovate/png-0.x-lockfile (6cfd7f8) with dev (6afe48a)

Open in CodSpeed

@renovate

renovate Bot commented Feb 19, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@edenhaus edenhaus merged commit 3a12465 into dev Feb 19, 2026
20 checks passed
@edenhaus edenhaus deleted the renovate/png-0.x-lockfile branch February 19, 2026 23:40
@codecov

codecov Bot commented Feb 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.78%. Comparing base (6afe48a) to head (6cfd7f8).
⚠️ Report is 6 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1436   +/-   ##
=======================================
  Coverage   94.78%   94.78%           
=======================================
  Files         152      152           
  Lines        5969     5969           
  Branches      350      350           
=======================================
  Hits         5658     5658           
  Misses        249      249           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant