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

(auto merged) chore(deps): bump miniz_oxide from 0.6.2 to 0.6.4 #1539

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps miniz_oxide from 0.6.2 to 0.6.4.

Changelog

Sourced from miniz_oxide's changelog.

0.6.4 (2023-02-01)

  • inflate:
    • move debug assert condition to if stmt (thanks connorskees) (b6d8824a)

0.6.3 (2023-02-01)

Yanked release due to incorrect debug assertion.

Bug Fixes

  • inflate:
    • Reject input with too many litlen codes as per spec/zlib (f4ee585e), closes #130
  • deflate:
    • Remove #[inline(always)] from CompressorOxide::default() (thanks jrmuizel) (c7643aa2)

Features

  • inflate:
    • optimize inflate::core::transfer (thanks connorskees) (dd2fa3e3)
    • optimize inflate::core::init_tree by precomputing reversed bits (thanks connorskees) (bf660972), closes #82

Other

  • various typo/doc/ci fixes (thanks LollipopFt, striezel, jarede-dev)
Commits
  • cab9d45 update version/changelog
  • b6d8824 move debug assert condition to if stmt (#134)
  • 008151c fix c_api dep version
  • 83f1197 backport change to 0.6
  • 7eb3519 typos + fix dep in c_api
  • e078323 update version and changelog
  • bf66097 optimize inflate::core::init_tree by precomputing reversed bits (#132)
  • dd2fa3e optimize inflate::core::transfer (#131)
  • c589703 Add missing test data for new test
  • c9128cb Fix warnings in miniz_oxide_c_api
  • 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 [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.6.2 to 0.6.4.
- [Release notes](https://github.com/Frommi/miniz_oxide/releases)
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.6.2...0.6.4)

---
updated-dependencies:
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
@github-actions github-actions bot changed the title chore(deps): bump miniz_oxide from 0.6.2 to 0.6.4 (auto merged) chore(deps): bump miniz_oxide from 0.6.2 to 0.6.4 Feb 2, 2023
@utam0k utam0k merged commit 7a03d30 into main Feb 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/miniz_oxide-0.6.4 branch February 2, 2023 02:49
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