Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump png from 0.17.13 to 0.17.14 #123

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps png from 0.17.13 to 0.17.14.

Changelog

Sourced from png's changelog.

0.17.14

  • Updated to miniz_oxide 0.8.0.
  • Added public API to consume interlaced rows one by one (#495)
  • Improved support for resuming decoding after an UnexpectedEof, which lets you start parsing a file before it's fully received over the network (#496)
  • Fixed some broken links in documentation, improved some documentation comments

#495: image-rs/image-png#495 #496: image-rs/image-png#496

Commits
  • 347dc5d Bump version
  • ed2e439 Update CHANGELOG.md
  • 98286ce Merge pull request #506 from Shnatsel/improve-filter-documentation
  • a64485a Update src/filter.rs
  • e1f429e Improve documentation on filters
  • d96defd Convert the rest of doclinks
  • 857b63c Convert probably-working doclinks to rustdoc syntax
  • 53aaa9e Keep using the separate link specification syntax to minimize changes to docu...
  • e45e923 Fix broken doclinks
  • 16e624f Stop handling unreachable None case in fn next_raw_interlaced_row.
  • 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 <dependency name> 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
Bumps [png](https://github.com/image-rs/image-png) from 0.17.13 to 0.17.14.
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](image-rs/image-png@v0.17.13...v0.17.14)

---
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 force-pushed the dependabot/cargo/png-0.17.14 branch from 5bd4c5b to 19319ff Compare October 3, 2024 07:21
@robertknight robertknight merged commit 46f88c1 into main Oct 3, 2024
2 checks passed
@robertknight robertknight deleted the dependabot/cargo/png-0.17.14 branch October 3, 2024 07:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant