Skip to content

Bump nom-exif from 2.8.0 to 3.6.0#734

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nom-exif-3.6.0
Open

Bump nom-exif from 2.8.0 to 3.6.0#734
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nom-exif-3.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps nom-exif from 2.8.0 to 3.6.0.

Release notes

Sourced from nom-exif's releases.

v3.6.0

Changed

  • Split tokio feature into tokio and tokio-fs — the tokio feature now only pulls in tokio/io-util, enabling the async streaming API (AsyncMediaSource::seekable/unseekable/from_memory, MediaParser::parse_*_async) on wasm32-unknown-unknown. Path-based helpers (read_exif_async, read_track_async, read_metadata_async, AsyncMediaSource::open) moved to the new tokio-fs feature (implies tokio). Users who previously used features = ["tokio"] with read_exif_async etc. should switch to features = ["tokio-fs"]. #53

Fixed

  • Slice coercion in MotionPhoto attribute comparison — comparing extract_attr_value() against byte-string literals now uses explicit &b"..."[..] coercion, fixing a compile error when a crate like rkyv is present in the dependency graph. #58

Full changelog: CHANGELOG.md · crates.io: nom-exif 3.6.0

v3.5.1

Fixed

  • Slice coercion in MotionPhoto attribute comparison — comparing extract_attr_value() against byte-string literals now uses explicit &b"..."[..] coercion, fixing a compile error when a crate like rkyv is present in the dependency graph. #58

Full changelog: CHANGELOG.md · crates.io: nom-exif 3.5.1

v3.5.0

Added

  • CameraSerialNumber EXIF tag (0xa431). Standard EXIF tag for the camera body serial number. #56

  • LensSerialNumber EXIF tag (0xa435). Standard EXIF tag for the lens serial number. #57


... (truncated)

Changelog

Sourced from nom-exif's changelog.

nom-exif v3.6.0 (2026-05-28)

Changed

  • Split tokio feature into tokio and tokio-fs — the tokio feature now only pulls in tokio/io-util, enabling the async streaming API (AsyncMediaSource::seekable/unseekable/from_memory, MediaParser::parse_*_async) on wasm32-unknown-unknown. Path-based helpers (read_exif_async, read_track_async, read_metadata_async, AsyncMediaSource::open) moved to the new tokio-fs feature (implies tokio). Users who previously used features = ["tokio"] with read_exif_async etc. should switch to features = ["tokio-fs"]. #53

Fixed

  • Slice coercion in MotionPhoto attribute comparison — comparing extract_attr_value() against byte-string literals now uses explicit &b"..."[..] coercion, fixing a compile error when a crate like rkyv is present in the dependency graph. #58

nom-exif v3.5.1 (2026-05-28)

Fixed

  • Slice coercion in MotionPhoto attribute comparison — comparing extract_attr_value() against byte-string literals now uses explicit &b"..."[..] coercion, fixing a compile error when a crate like rkyv is present in the dependency graph. #58

nom-exif v3.5.0 (2026-05-23)

Added

  • CameraSerialNumber EXIF tag (0xa431). Standard EXIF tag for the camera body serial number. #56

  • LensSerialNumber EXIF tag (0xa435). Standard EXIF tag for the lens serial number. #57

nom-exif v3.4.2 (2026-05-20)

Fixed

  • Streaming PNG parsing for files with non-trivial IDAT — every real-world PNG (i.e. anything beyond a stripped-down test fixture) surfaced malformed iso-bmff box: PNG: bad signature from parse_exif / parse_image_metadata. Root cause was a two-part bug in the chunk walker: (a) ClearAndSkip(total - remaining) under-requested the skip distance by exactly cursor + remaining

... (truncated)

Commits
  • a65033a release: nom-exif v3.6.0 (2026-05-28) — tokio/tokio-fs feature split + slice ...
  • b839e60 docs: clarify async feature split in module-level doc
  • 6ab4e65 refactor!: split up tokio feature into tokio and tokio-fs
  • 6150bcb release: nom-exif v3.5.1 (2026-05-28) — slice coercion fix for rkyv compat
  • 872ade5 test: add 36 unit tests for jpeg.rs motion photo and edge case paths
  • dad49e0 fix: explicit slice coercion in MotionPhoto attribute comparison
  • 9bd5ac7 release(rexiftool): v0.2.3 — pick up nom-exif 3.5.0 (CameraSerialNumber + Len...
  • acb56d1 release: nom-exif v3.5.0 (2026-05-23) — CameraSerialNumber + LensSerialNumber...
  • f0030f0 Add LensSerialNumber
  • bc139f1 Add CameraSerialNumber
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nom-exif [>= 3.4.a, < 3.5]

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 [nom-exif](https://github.com/mindeng/nom-exif) from 2.8.0 to 3.6.0.
- [Release notes](https://github.com/mindeng/nom-exif/releases)
- [Changelog](https://github.com/mindeng/nom-exif/blob/main/CHANGELOG.md)
- [Commits](mindeng/nom-exif@v2.8.0...v3.6.0)

---
updated-dependencies:
- dependency-name: nom-exif
  dependency-version: 3.6.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 May 29, 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