Seefaaa / aseprite-dmi

This project is a DMI (BYOND's Dream Maker icon files) editor extension for Aseprite, a popular pixel art tool. It is built with Rust and Lua, and is designed to enhance the Aseprite experience by providing tools for editing and managing DMI files.
GNU General Public License v3.0
19 stars 1 forks source link

Bump png from 0.17.10 to 0.17.11 in /lib #5

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps png from 0.17.10 to 0.17.11.

Changelog

Sourced from png's changelog.

0.17.11

  • Ignore subsequent iCCP chunks to match libpng behavior.
  • Added an option to ignore ancillary chunks with invalid CRC.
  • Added new_with_info constructor for encoder.
  • Removed hard-coded memory limits.
  • No longer allow zero sized images.
  • Added Reader::finish to read all the auxillary chunks that comes after the image.
Commits
  • 5ac3b41 Release 0.17.11 (#455)
  • f1e7fa0 Ignore trailing date in the IDAT stream (#454)
  • 9c97a56 Immediately reject IDAT before IHDR (#456)
  • c33e3fb Adds Reader::finish to read all the auxillary chunks that comes after the i...
  • b00fb53 Use fdeflate::decompress_to_vec_bounded for ICC profile (#449)
  • 254e9b2 Reject zero sized images (#445)
  • 1636b55 Avoid 32kB decompression lag + compact less often. (#447)
  • c4121b5 Cap buffer sizes via ZlibStream::set_max_total_output. (#429)
  • d761f16 Validate provided info in Encoder::with_info (#442)
  • 8a499d9 No more hard-coded limits (#441)
  • 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)