Skip to content

Bump libheif-rs from 1.1.0 to 2.7.0 - #25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libheif-rs-2.7.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/libheif-rs-2.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps libheif-rs from 1.1.0 to 2.7.0.

Release notes

Sourced from libheif-rs's releases.

[2.7.0] - 2026-02-25

Added

  • Exposed parts of the sequences API from libheif v1.20+ (#38):
    • Added HeifContext methods:
      • has_sequence
      • sequence_timescale
      • sequence_duration
      • track_ids
      • track
    • Added struct Track.

Changed

  • libheif-sys updated to version 5.2.0+1.21.2.
  • Updated version of vcpkg. Enabled optional codecs (x264, h264-decoder, jpeg) that will be installed from vcpkg.

[2.6.1] - 2026-01-17

Changes

  • libheif-sys updated to version 5.1.1+1.21.2.

Fixes

  • A couple of tests were fixed.

[2.6.0] - 2026-01-16

Added

  • Added a new feature v1_21.
  • For ColorConversionOptions was added method new and implemented Default trait.
  • Added new values of HeifErrorCode enum (v1_20):
    • EndOfSequence
  • Added new values of HeifErrorSubCode enum:
    • NoMoovBox (v1_20)
    • UnsupportedTrackType (v1_21)
  • Added new enum AlphaCompositionMode (v1_20).
  • Added new methods of DecodingOptions (v1_20).
    • alpha_composition_mode
    • set_alpha_composition_mode
  • Added new methods of DecodingOptions (v1_21).
    • ignore_sequence_edit_list
    • set_ignore_sequence_edit_list
    • output_image_nclx_profile
    • set_output_image_nclx_profile
    • num_library_threads
    • set_num_library_threads
    • num_codec_threads

... (truncated)

Changelog

Sourced from libheif-rs's changelog.

[2.7.0] - 2026-02-25

Added

  • Exposed parts of the sequences API from libheif v1.20+ (#38):
    • Added HeifContext methods:
      • has_sequence
      • sequence_timescale
      • sequence_duration
      • track_ids
      • track
    • Added struct Track.

Changed

  • libheif-sys updated to version 5.2.0+1.21.2.
  • Updated version of vcpkg. Enabled optional codecs (x264, h264-decoder, jpeg) that will be installed from vcpkg.

[2.6.1] - 2026-01-17

Changes

  • libheif-sys updated to version 5.1.1+1.21.2.

Fixes

  • A couple of tests were fixed.

[2.6.0] - 2026-01-16

Added

  • Added a new feature v1_21.
  • For ColorConversionOptions was added method new and implemented Default trait.
  • Added new values of HeifErrorCode enum (v1_20):
    • EndOfSequence
  • Added new values of HeifErrorSubCode enum:
    • NoMoovBox (v1_20)
    • UnsupportedTrackType (v1_21)
  • Added new enum AlphaCompositionMode (v1_20).
  • Added new methods of DecodingOptions (v1_20).
    • alpha_composition_mode
    • set_alpha_composition_mode
  • Added new methods of DecodingOptions (v1_21).
    • ignore_sequence_edit_list
    • set_ignore_sequence_edit_list
    • output_image_nclx_profile
    • set_output_image_nclx_profile

... (truncated)

Commits
  • 0f614ab chore: Release libheif-rs version 2.7.0
  • 15efb0c - Reformatted code for better readability.
  • 532e548 Merge pull request #38 from lubosz/sequences
  • 99d00f5 tests: Rename image collection tests to avoid confusion with sequences.
  • 4057861 tests: Add sequence test.
  • 39a2201 data: Add star animation sequence.
  • 38bb66e Expose parts of the sequences API.
  • 400d8a1 image: Use safer v2 function for get_plane.
  • 632410a - libheif-sys updated to version 5.2.0+1.21.2.
  • a5ed897 chore: Release libheif-rs version 2.6.1
  • Additional commits viewable 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 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)

Bumps [libheif-rs](https://github.com/Cykooz/libheif-rs) from 1.1.0 to 2.7.0.
- [Release notes](https://github.com/Cykooz/libheif-rs/releases)
- [Changelog](https://github.com/Cykooz/libheif-rs/blob/master/CHANGELOG.md)
- [Commits](Cykooz/libheif-rs@v1.1.0...v2.7.0)

---
updated-dependencies:
- dependency-name: libheif-rs
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 13, 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