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

fix(deps): update all non-major dependencies #1178

Merged
merged 1 commit into from
May 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actix-web (source) dependencies minor 4.5.1 -> 4.6.0 age adoption passing confidence
imageproc dependencies minor 0.24.0 -> 0.25.0 age adoption passing confidence
maplibre-gl (source) dependencies patch 4.3.1 -> 4.3.2 age adoption passing confidence

Release Notes

image-rs/imageproc (imageproc)

v0.25.0

Compare Source

New features:

  • Added functions template_matching::match_template_with_mask and template_matching::match_template_with_mask_parallel to support masked templates in template matching.
  • Added L2 variant to the distance_transform::Norm enum used to specify the distance function in distance_transfrom::distance_transform and several functions in the morphology module.
  • Added function filter::laplacian_filter using a 3x3 approximation to the Laplacian kernel.
  • Added function stats::min_max() which reports the min and max intensities in an image for each channel.
  • Added support for grayscale morphology operators: grayscale_(dilate|erode|open|close).

Breaking changes:

  • Added ThresholdType parameter to contrast::threshold{_mut} to allow configuration of thresholding behaviour. To match the behaviour of threshold(image, thresh) from imageproc 0.24, use threshold(image, thresh, ThresholdType::Binary).
  • Changed the signature of contrast::stretch_contrast{_mut} to make the output intensity range configurable. To match the behaviour of stretch_contrast(image, lower, upper) from imageproc 0.24, use stretch_contrast(image, lower, upper, 0u8, 255u8).
  • Changed input parameter to convex_hull from &[Point<T>] to impl Into<Vec<Point<T>>>.
  • Removed dependency on conv crate and removed function math::cast. This replaces ValueInto<K> trait bounds with Into<K> in many function signatures.

Bug fixes:

  • Fix panic when drawing large ellipses.
  • Fix BresenhamLineIter panic when using non-integer endpoints.
  • Fix text rendering for overlapping glyphs, e.g. Arabic.
  • Fix Gaussian blur by normalising kernel values.
maplibre/maplibre-gl-js (maplibre-gl)

v4.3.2

Compare Source

🐞 Bug fixes
  • Fix an issue with moveend zoom being different than the actual current zoom (#​4132)

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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3905163 to 553ebae Compare May 17, 2024 21:28
@renovate renovate bot changed the title fix(deps): update rust crate rustls to v0.23.7 fix(deps): update rust crate rustls to v0.23.7 - autoclosed May 17, 2024
@renovate renovate bot closed this May 17, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch May 17, 2024 21:36
@renovate renovate bot changed the title fix(deps): update rust crate rustls to v0.23.7 - autoclosed fix(deps): update rust crate rustls to v0.23.7 May 19, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch May 19, 2024 15:53
@renovate renovate bot reopened this May 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 553ebae to b44bb7b Compare May 19, 2024 15:54
@renovate renovate bot changed the title fix(deps): update rust crate rustls to v0.23.7 fix(deps): update all non-major dependencies May 19, 2024
@CommanderStorm CommanderStorm merged commit 7bfac10 into main May 19, 2024
10 of 12 checks passed
@CommanderStorm CommanderStorm deleted the renovate/all-minor-patch branch May 19, 2024 17:35
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