Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the dependencies group with 1 update: fast_image_resize.

Updates fast_image_resize from 5.2.0 to 5.3.0

Release notes

Sourced from fast_image_resize's releases.

[5.3.0] - 2025-09-02

Added

  • Added support for multi-thread image resizing using the ResizeAlg::Nearest algorithm (#54).

[5.2.2] - 2025-08-29

Fixed

  • Fixed a "divide by zero" error in case of using multithreading to resize images with particular sizes (#55).

[5.2.1] - 2025-07-27

Changed

  • Added minimum supported Rust version (MSRV) into Cargo.toml.
Changelog

Sourced from fast_image_resize's changelog.

[5.3.0] - 2025-09-02

Added

  • Added support for multi-thread image resizing using the ResizeAlg::Nearest algorithm. (#54).

[5.2.2] - 2025-08-29

Fixed

  • Fixed a "divide by zero" error in case of using multithreading to resize images with particular sizes (#55).

[5.2.1] - 2025-07-27

Changed

  • Added minimum supported Rust version (MSRV) into Cargo.toml.
Commits
  • 1ca7f37 chore: Release
  • 509f73a Prepare to release.
  • dbb51f6 Added support for multi-thread for resizing images with ResizeAlg::Nearest ...
  • 5360927 chore: Release
  • 62bc7a1 Updated some dependencies.
  • b161604 Fixed some warnings like "hiding a lifetime is confusing".
  • f0d54cb Fixed a "divide by zero" error in case of using multithreading to resize imag...
  • ae5139d chore: Release
  • 4ddc19e Added minimum supported Rust version (MSRV) into Cargo.toml.
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2025
Bumps the dependencies group with 1 update: [fast_image_resize](https://github.com/cykooz/fast_image_resize).


Updates `fast_image_resize` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/cykooz/fast_image_resize/releases)
- [Changelog](https://github.com/Cykooz/fast_image_resize/blob/main/CHANGELOG.md)
- [Commits](Cykooz/fast_image_resize@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: fast_image_resize
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/dependencies-593d4afa07 branch from 2fc9de6 to 1543f80 Compare September 8, 2025 19:01
@Aemulation Aemulation merged commit 117e2ac into main Sep 9, 2025
5 checks passed
@Aemulation Aemulation deleted the dependabot/cargo/dependencies-593d4afa07 branch September 9, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants