Skip to content

build(deps): bump png from 0.17.3 to 0.17.5 - #34

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/png-0.17.5
Closed

build(deps): bump png from 0.17.3 to 0.17.5#34
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/png-0.17.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 7, 2022

Copy link
Copy Markdown

Bumps png from 0.17.3 to 0.17.5.

Changelog

Sourced from png's changelog.

0.17.5

  • Fixed a regression, introduced by chunk validation, that made the decoder sensitive to the order of gAMA, cHRM, and sRGB chunks.

0.17.4

  • Added {Decoder,StreamDecoder}::set_ignore_text_chunk to disable decoding of ancillary text chunks during the decoding process (chunks decoded by default).
  • Added duplicate chunk checks. The decoder now enforces that standard chunks such as palette, gamma, … occur at most once as specified.
  • Added #[forbid(unsafe_code)] again. This may come at a minor performance cost when decoding ASCII text for now.
  • Fixed a bug where decoding of large chunks (>32kB) failed to produce the correct result, or fail the image decoding. As new chunk types are decoded this introduced regressions relative to previous versions.
Commits
  • 89af186 Release notes and metadata for 0.17.5
  • 16ec1c3 Merge pull request #341 from HeroicKatora/issue-340-regression-gama
  • 8893a99 Add regression test for #340
  • 5d7501d Separate gAMA/cHRM chunk and contents
  • 8d8a35b Merge pull request #339 from HeroicKatora/release-0.17.4
  • 46d406e Bump version and metadata for 0.17.4
  • 6f08e4d Merge pull request #333 from NoXF/master
  • f603e4f fix cargo fmt
  • 2d462fe Allow to set decoder config
  • 4584cac Merge pull request #338 from HeroicKatora/issue-337-fail-to-parse-chunk-data
  • 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)

Bumps [png](https://github.com/image-rs/image-png) from 0.17.3 to 0.17.5.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.3...v0.17.5)

---
updated-dependencies:
- dependency-name: png
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 7, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2022

Copy link
Copy Markdown
Author

Superseded by #119.

@dependabot dependabot Bot closed this Sep 12, 2022
@dependabot
dependabot Bot deleted the dependabot/cargo/png-0.17.5 branch September 12, 2022 14:27
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