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

chore(deps): Bump miniz_oxide from 0.8.2 to 0.8.3 #2248

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps miniz_oxide from 0.8.2 to 0.8.3.

Changelog

Sourced from miniz_oxide's changelog.

0.8.3 - 2025-01-13

Bug Fixes

  • (bench) add some basic criterion benchmarks - (ac03751) - oyvindln
  • (deflate) write directly to output buffer instaed of bit buffer to reduce overhead and improve performance of stored blocks a little - (97ee3f1) - oyvindln
  • (deflate) split some code into new module and fix panic in pad_to_bytes from prev commit - (04973ca) - oyvindln
  • (deflate) move stored level to it's own function and simplify to improve performance - (1f829d2) - oyvindln
  • (deflate) remove no longer needed checks for raw mode in compress_normal and commend out accidentally enabled criterion dev dep - (f357aa1) - oyvindln
  • (miniz_oxide) add richgel99 (original miniz author) as author and add copyright info from orig miniz in license files - (c8a4485) - oyvindln

Commits
  • c0ce0fd bump changelog and version
  • f357aa1 fix(deflate): remove no longer needed checks for raw mode in compress_normal ...
  • 1f829d2 fix(deflate): move stored level to it's own function and simplify to improve ...
  • 04973ca fix(deflate): split some code into new module and fix panic in pad_to_bytes f...
  • 97ee3f1 fix(deflate): write directly to output buffer instaed of bit buffer to reduce...
  • c8a4485 fix(miniz_oxide): add richgel99 (original miniz author) as author and add cop...
  • ac03751 fix(bench): add some basic criterion benchmarks
  • See full diff 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 C-dependency-update Category: pull requests that update a dependency file label Jan 13, 2025
@dependabot dependabot bot requested a review from foresterre January 13, 2025 21:37
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.8.2 to 0.8.3.
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.2...0.8.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/miniz_oxide-0.8.3 branch from 415a192 to 3bcafd7 Compare January 14, 2025 13:24
@foresterre foresterre merged commit 04ac19a into main Jan 14, 2025
9 checks passed
@foresterre foresterre deleted the dependabot/cargo/miniz_oxide-0.8.3 branch January 14, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-dependency-update Category: pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant