build(deps): bump image from 0.24.4 to 0.24.5
Bumps image from 0.24.4 to 0.24.5.
Changelog
Sourced from image's changelog.
Version 0.24.5
Structural changes:
- Increased the minimum supported Rust version (MSRV) to 1.61.
- Increased the version requirement for the
tiffcrate to 0.8.0.- Increased the version requirement for the
jpegcrate to 0.3.0.Bug fixes:
- The
as_rgb32ffunction ofDynamicImageis now correctly documented.- Fixed a crash when decoding ICO images. Added a regression test.
- Fixed a panic when transforming webp images. Added a regression test.
- Added a check to prevent integer overflow when calculating file size for BMP images. The missing check could panic in debug mode or else set an incorrect file size in release mode.
- Upgraded the PNG image encoder to use the newer
PngEncoder::write_imageinstead of the deprecatedPngEncoder::encodewhich did not account for byte order and could result in images with incorrect colors.- Fixed
InsufficientMemoryerror when trying to decode a PNG image.- Fix warnings and CI issues.
- Typos and links in the documentation have been corrected.
Performance:
- Added check for dynamic image dimensions before resizing. This improves performance in cases where the image does not need to be resized or has already been resized.
Commits
aa1e81eChanges and release notes for 0.24.588aadcbMerge pull request #1821 from micahsnyder/bump-jpeg-dependencydffefceBump the 'jpeg' version requirement to 0.3.0bf0a96bMerge pull request #1812 from fintelia/png-with-limitsa7026e9Merge pull request #1817 from Flashover89/Check-dimensions-for-dyn-image-befo...392798cFix white spacing2be3d17Merge branch 'image-rs:master' into Check-dimensions-for-dyn-image-before-res...4681225Fix review findings1361f4aAdd PngDecoder::with_limits1878c88Merge pull request #1815 from fintelia/fix-ci- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.21%. Comparing base (
45af81e) to head (902149d). Report is 14 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 84.13% 84.21% +0.07%
==========================================
Files 15 15
Lines 870 868 -2
==========================================
- Hits 732 731 -1
+ Misses 138 137 -1
@dependabot recreate
Looks like image is up-to-date now, so this is no longer needed.