juntyr / necsim-rust

Spatially explicit biodiversity simulations using a parallel library written in Rust
https://juntyr.github.io/necsim-rust-docs/
Apache License 2.0
2 stars 2 forks source link

Bump tiff from 0.7.4 to 0.8.0 #229

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tiff from 0.7.4 to 0.8.0.

Changelog

Sourced from tiff's changelog.

Version 0.8.0

Changes:

  • The minimum supported rust version is now indicated in Cargo.toml.
  • The enums TiffFormatError and TiffUnsupportedError are now marked with the #[non_exhaustive] attribute.
  • Additionally, tag related enums Value, Tags, Type, CompressionMethod, PhotometricInterpretation, PlanarConfiguration, Predictor, ResolutionUnit, SampleFormat are also changed.

Removals:

  • Removed deprecated methods of Decoder: init, read_jpeg, read_strip_to_buffer, read_strip, read_tile. The implicit chunk (row or tile) index order could not be easily tracked by the caller. New separate utility interfaces may be introduced at a later point, for now callers are obligated to choose their own.

Fixes:

  • Update to jpeg_decoder = 0.3.
Commits
  • 65bc24d Add deprecation removals to changelog
  • 7fc75f1 Changelog for 0.8
  • 7679be1 Merge pull request #189 from image-rs/non-exhaustive-enumeration
  • 0e9f8e3 Mark more tag enums as non_exhaustive
  • c900129 Change to non_exhaustive attributes
  • 61234c0 Merge pull request #188 from fintelia/decoder-deprecated
  • 1416af1 Remove deprecated methods on Decoder
  • 87d652a Merge pull request #186 from micahsnyder/bump-jpeg-decoder-dependency
  • b5a78fb CI: Correct the MSRV from 1.48 to 1.61
  • 30640d5 Bump jpeg-decoder version pin to 0.3.0
  • 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 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #229 (a19274a) into main (73418f8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #229   +/-   ##
=======================================
  Coverage   15.72%   15.72%           
=======================================
  Files         295      295           
  Lines       19110    19110           
=======================================
  Hits         3006     3006           
  Misses      16104    16104           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.