AldaronLau / png_pong

A pure Rust PNG image decoder and encoder based on lodepng.
https://docs.rs/png_pong
Apache License 2.0
26 stars 3 forks source link

Update miniz_oxide requirement from 0.4 to 0.5 #12

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on miniz_oxide to permit the latest version.

Changelog

Sourced from miniz_oxide's changelog.

0.5.0 (2021-11-04)

Bug Fixes

Features

  • core:

    • Add github actions CI and remove unused feature (694803aa, closes #107)
    • Add optional use of simd-adler32 instead of adler behind simd feature flag (19782aa)
  • inflate:

    • add option to ignore and not compute zlib checksum when decompressing (2e9408ae, closes #102)

0.4.4 (2021-02-25)

Features

  • core:
    • Update adler to 1.0 (b4c67ba0)
    • Mark some internal functions as const (52ce377a)

0.4.3 (2020-10-07)

Features

  • core:
    • Increase the license options (78d13b47)
    • Add forbid unsafe code to build (80859093)

Bug Fixes

  • core:

0.4.2 (2020-09-13)

Features

  • core:
    • Add automatic alloc detection (0c67dc5c)

... (truncated)

Commits
  • 972a530 make test data be checked out as binary
  • df96709 try to fix CI
  • 197a563 Update miniz_oxide readme
  • 704ee3d Bump version and changelog
  • 559f0ed const a few more things
  • 694803a feat(core): Add github actions CI and remove unused feature
  • a9bf654 fix(core): Don't use autofcg for alloc
  • 2e9408a feat(inflate): add option to ignore and not compute zlib checksum when decomp...
  • 19782aa feature(simd): add simd-adler32 behind simd feature flag (#104)
  • 3db0b43 bump version and changelog
  • Additional commits viewable in compare view


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)