Skip to content

chore(deps): Bump v_frame from 0.3.8 to 0.3.9 - #2462

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/v_frame-0.3.9
Open

chore(deps): Bump v_frame from 0.3.8 to 0.3.9#2462
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/v_frame-0.3.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps v_frame from 0.3.8 to 0.3.9.

Changelog

Sourced from v_frame's changelog.

Changelog

Version 0.7.0

  • [Breaking] PlaneGeometry fields are now private; use the provided getters instead.
  • [Breaking] Arithmetic and bitwise operations removed from the Pixel trait; convert to a concrete numeric type before performing arithmetic.
  • The crate is now #![no_std] (requires alloc).
  • Fix alignment promise for empty AlignedData; MSRV bumped to 1.95.

Version 0.6.0

  • [Breaking] FrameBuilder, Plane, and geometry APIs now take plain usize / zeroable values instead of NonZero* wrappers.
  • [Breaking] Manual plane geometry construction is no longer supported; geometry is managed by the crate.
  • [Breaking] Error types are split into frame::error and plane::error.
  • Allow uninitialized Plane<T>.
  • Add std traits to Frame, Plane, and AlignedData.
  • Fix soundness issues.

Version 0.5.2

  • perf: copy_from_slice per row
  • refactor: remove aligned-vec dependency

Version 0.5.1

  • [Feature] Add index-based plane accessors to Frame

Version 0.5.0

  • [Breaking] Change the copy_from_u8_slice_with_stride to take stride in bytes instead of in pixels. This seems to be the more common case from other APIs, and it also addresses a theoretical edge case where stride may not be a multiple of byte depth.

Version 0.4.2

  • Improve performance of rows iterators

Version 0.4.1

  • Implement ExactSizeIterator and DoubleEndedIterator for plane iterators

Version 0.4.0

  • [Breaking] Rewrite the API
    • This is a large change with significant breakage, consumers may want to refer to the pull request for more context
Commits

@dependabot dependabot Bot added the C-dependency-update Category: pull requests that update a dependency file label Jun 25, 2026
Bumps [v_frame](https://github.com/rust-av/v_frame) from 0.3.8 to 0.3.9.
- [Changelog](https://github.com/rust-av/v_frame/blob/main/CHANGELOG.md)
- [Commits](rust-av/v_frame@v0.3.8...v0.3.9)

---
updated-dependencies:
- dependency-name: v_frame
  dependency-version: 0.3.9
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/v_frame-0.3.9 branch from c290555 to 4cc55fc Compare June 26, 2026 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-dependency-update Category: pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants