blissd / fotema

Photo gallery for Linux
81 stars 8 forks source link

Bump kamadak-exif from 0.5.5 to 0.6.0 #272

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps kamadak-exif from 0.5.5 to 0.6.0.

Changelog

Sourced from kamadak-exif's changelog.

0.6 (2024-11-01)

  • Rust 1.60 or later is now required to build this package.
  • From<Rational> and From<SRational> implementations for f32 and f64 have been removed. Use Rational::to_f64 and so on.
  • Reader::continue_on_error has been added to enable continue-on-error mode for parsing slightly broken Exif data. In this mode, parser may return Error::PartialResult.
Commits
  • eeb65ec Increment the version to 0.6.
  • 260549e Update documentation for version 0.6.
  • 8523b0f Add Error::distill_partial_result to handle partial results easily.
  • 710c1a3 Add continue-on-error mode to parse slightly broken Exif data.
  • a8883a6 Split tiff::Parser::parse_ifd_entry and unit-test it.
  • 463396d Sort use declarations.
  • 1f512e1 Add LICENSE file to make binary packagers' life easier.
  • 0d87660 Remove impl From<{Rational,SRational}> for {f32,f64}.
  • dfd6de4 Use intra-doc link syntax.
  • 8807289 Simplify the way to include NEWS file in the doc comment.
  • 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 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 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)