Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image-workaround #1030

Merged
merged 16 commits into from
Mar 20, 2024
Merged

Update image-workaround #1030

merged 16 commits into from
Mar 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
image dependencies minor 0.24.9 -> 0.25.0
imageproc dependencies minor 0.23.0 -> 0.24.0

Release Notes

image-rs/image (image)

v0.25.0

Compare Source

Breaking changes:

  • Added BufRead + Seek bound on many decoders.
  • Use ExtendedColorType instead of ColorType when encoding.
  • Removed ImageOutputFormat, GenericImageView::bounds, and several other
    deprecated items.
  • Removed incremental decoding support and changed ImageDecoder so the trait
    is object safe.
  • Pixel types are now repr(transparent) rather than repr(C).
  • Made color_quant dependency optional.
  • Renamed some feature flags.

Structural changes:

  • Increased MSRV to 1.67.1

Codec changes:

  • Switched to image-webp for WebP encoding.
  • Switched to zune-jpeg for JPEG decoding.
  • Made the HDR decoder produce f32 images.
  • Removed DXT encoding and decoding support.
image-rs/imageproc (imageproc)

v0.24.0

New features:

  • Added BRIEF descriptors
  • Added draw_antialiased_polygon
  • Added draw_hollow_polygon, draw_hollow_polygon_mut
  • Added contour_area
  • Added match_template_parallel
  • Made Contour clonable
  • Re-export image crate and add image/default as default feature

Performance improvements:

  • Faster interpolate_nearest
  • Faster find_contours_with_threshold
  • Faster approximate_polygon_do
  • Faster rotating_calipers

Bug fixes:

  • Stop window::display_image consuming 100% CPU on Linux

Breaking changes:

  • Migrate text rendering from rusttype to ab_glyph
  • Updated depenedencies
  • Increased MSRV to 1.70

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Mar 15, 2024

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/main-api/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `image`.
    ... required by package `navigatum-feedback v1.0.0 (/tmp/renovate/repos/github/TUM-Dev/NavigaTUM/server/feedback)`
versions that meet the requirements `^0.25.0` are: 0.25.0

the package `navigatum-feedback` depends on `image`, with features: `webp-encoder` but `image` does not have these features.


failed to select a version for `image` which could resolve this conflict

File name: server/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/feedback/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `image`.
    ... required by package `navigatum-feedback v1.0.0 (/tmp/renovate/repos/github/TUM-Dev/NavigaTUM/server/feedback)`
versions that meet the requirements `^0.25.0` are: 0.25.0

the package `navigatum-feedback` depends on `image`, with features: `webp-encoder` but `image` does not have these features.


failed to select a version for `image` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/image-workaround branch 2 times, most recently from f9aa9ba to 1daf3a2 Compare March 16, 2024 15:35
@renovate renovate bot changed the title Update Rust crate image to 0.25.0 Update image-workaround Mar 16, 2024
@renovate renovate bot force-pushed the renovate/image-workaround branch 16 times, most recently from 3c146aa to aa06896 Compare March 20, 2024 14:07
@renovate renovate bot force-pushed the renovate/image-workaround branch from aa06896 to ce4b97c Compare March 20, 2024 14:47
Copy link
Contributor Author

renovate bot commented Mar 20, 2024

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.

@CommanderStorm CommanderStorm enabled auto-merge (squash) March 20, 2024 15:19
@CommanderStorm CommanderStorm merged commit f34d55a into main Mar 20, 2024
17 checks passed
@CommanderStorm CommanderStorm deleted the renovate/image-workaround branch March 20, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant