Skip to content

Update fast_image_resize requirement from 5.5.0 to 6.0.0#245

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/fast_image_resize-6.0.0
Open

Update fast_image_resize requirement from 5.5.0 to 6.0.0#245
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/fast_image_resize-6.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Updates the requirements on fast_image_resize to permit the latest version.

Release notes

Sourced from fast_image_resize's releases.

[6.0.0] - 2026-01-13

Added

  • BREAKING: Added support of no_std environment (#58). To use the crate in a such environment, you must disable default features and enabled the no_std feature.

    If you already have default features disabled and want to continue using the crate in std environment, you have to enable the std feature.

Changelog

Sourced from fast_image_resize's changelog.

[6.0.0] - 2026-01-13

Added

  • BREAKING: Added support of no_std environment (#58). To use the crate in a such environment, you must disable default features and enabled the no_std feature.

    If you already have default features disabled and want to continue using the crate in std environment, you have to enable the std feature.

[5.6.0] - 2026-01-07 (yanked)

This version was yanked due to a backwards compatibility break - a new feature std was added to the list of default features.

[5.5.0] - 2026-01-02

Added

  • Added support of some variants of ImageBuffer type form the image crate (#57).

[5.4.0] - 2025-11-28

Added

  • Added bytemuck feature and implemented some bytemuck traits for the Pixel type (#56).

[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

... (truncated)

Commits
  • a563fb6 chore: Release
  • dbcef13 Improved the note in the changelog.
  • 482c750 Improved the note in the changelog.
  • b075157 Improved the note in the changelog.
  • 2772f93 Release 5.6 was yanked. Prepare to release 6.0.
  • 01889ec chore: Release
  • fd203b6 Corrected position of document-features dependency in Cargo.toml.
  • abf8d8a Added no_std keyword to Cargo.toml
  • b2dda5e Added GitHub Action to test of building documentation for docs.rs
  • 8b25261 Fixed compat module.
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [fast_image_resize](https://github.com/cykooz/fast_image_resize) to permit the latest version.
- [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.5.0...v6.0.0)

---
updated-dependencies:
- dependency-name: fast_image_resize
  dependency-version: 6.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 20, 2026
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.

0 participants