Update Rust crate image to 0.24.2 #2

Merged
pierre merged 1 commits from renovate/image-0.x into main 2022-05-03 11:58:23 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
image dependencies patch 0.24.1 -> 0.24.2

Release Notes

image-rs/image

v0.24.2

Structural changes:

  • CI now runs cargo-deny, checking dependent crates to an OSS license list
    and against RUSTSEC advisories.

New Features:

  • The WebP decoder recognizes and decodes images with VP8X header.
  • The DDS decoder recognizes and decodes images with DX10 headers.

Bug fixes:

  • Calling DynamicImage/ImageBuffer's methods write_to and save will now
    work properly even if the backing container is larger than the image layout
    requires. Only the relevant slice of pixel data is passed to the encoder.
  • Fixed a OOM-panic caused by malformed images in the gif decoder.

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [image](https://github.com/image-rs/image) | dependencies | patch | `0.24.1` -> `0.24.2` | --- ### Release Notes <details> <summary>image-rs/image</summary> ### [`v0.24.2`](https://github.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0242) Structural changes: - CI now runs `cargo-deny`, checking dependent crates to an OSS license list and against RUSTSEC advisories. New Features: - The WebP decoder recognizes and decodes images with `VP8X` header. - The DDS decoder recognizes and decodes images with `DX10` headers. Bug fixes: - Calling `DynamicImage`/`ImageBuffer`'s methods `write_to` and `save` will now work properly even if the backing container is larger than the image layout requires. Only the relevant slice of pixel data is passed to the encoder. - Fixed a OOM-panic caused by malformed images in the `gif` decoder. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
pierre added 1 commit 2022-04-30 00:03:45 +00:00
Update Rust crate image to 0.24.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
16036f7c08
pierre merged commit 592e5f5d7f into main 2022-05-03 11:58:23 +00:00
pierre deleted branch renovate/image-0.x 2022-05-03 11:58:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/id3-image-rs#2
No description provided.