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 the minor group with 3 updates #519

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the minor group with 3 updates: thiserror, miniz_oxide and security-framework-sys.

Updates thiserror from 2.0.7 to 2.0.8

Release notes

Sourced from thiserror's releases.

2.0.8

  • Improve support for macro-generated derive(Error) call sites (#399)
Commits

Updates miniz_oxide from 0.8.0 to 0.8.2

Changelog

Sourced from miniz_oxide's changelog.

0.8.2 - 2024-12-17

Bug Fixes

  • (deflate) fix (#159) - (e3536a7) (fix for bug accidentally introduced in the previous release causing panics in some cases)- Matthew Deville

0.8.1 - 2024-12-17

Bug Fixes

  • (fuzzing) update fuzzing to work again - (b7a5908) - user
  • (deflate) use built in fill instead of custom memset function - (c0662f1) - oyvindln
  • (inflate) use smaller types in inflate struct, split up huffman table arrays to make struct smaller, make zlib level 0 if using rle, other minor tweaks - (c5f8f76) - oyvindln
  • (inflate) use function instead of lookup table for distance extra bits for tiny space/perf saving and fix clippy warnings - (9f1fc5e) - oyvindln
  • (inflate) use inputwrapper struct instead of iter to simplify input reading and change some data types for performance - (423bdf8) - oyvindln
  • (inflate) don't use lookup table on aarch64 and loong since we have bit rev instruction there, fix clippy warnings and fix conditional in tree_lookup that seemed to break perf - (083e4b3) - oyvindln
  • (inflate) fill fast lookup table with invalid code value instead of zero so we can avoid check in hot code path givin a small performance boost - (f73e6a4) - oyvindln
  • (inflate) skip pointlessly clearing unused huffman code length tree - (b3b1604) - oyvindln
  • (inflate) use built in fill instead of custom memset function - (e6ee54e) - oyvindln
  • (tests) change workflow to use rust 1.56.0 - (7258c06) - oyvindln
  • (deflate) set min window bits in inflate header when using rle - (02a8857) - oyvindln
  • (inflate) Derive Clone for InflateState to allow random-access reads (#157) - (0a33eff) - Phil Hord

Commits
  • 07bb166 update changelog and version
  • e3536a7 fix (#159)
  • d95d517 update changelog and version
  • 7f34162 fix(c_api): remove unneeded c_export cfg causing issues
  • 6fa35b5 fix(c_api): fix c export feature check
  • c0662f1 fix(deflate): use built in fill instead of custom memset function
  • e6ee54e fix(inflate): use built in fill instead of custom memset function
  • f6c3b45 fix(c_api): use correct cfg for pointer width
  • b3b1604 fix(inflate): skip pointlessly clearing unused huffman code length tree
  • b7a5908 fix(deflate): update fuzzing to work again
  • Additional commits viewable in compare view

Updates security-framework-sys from 2.12.1 to 2.13.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 3 updates: [thiserror](https://github.com/dtolnay/thiserror), [miniz_oxide](https://github.com/Frommi/miniz_oxide) and [security-framework-sys](https://github.com/kornelski/rust-security-framework).


Updates `thiserror` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.8)

Updates `miniz_oxide` from 0.8.0 to 0.8.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.0...0.8.2)

Updates `security-framework-sys` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 18, 2024
@benbrandt benbrandt merged commit 93519a8 into main Dec 18, 2024
24 checks passed
@benbrandt benbrandt deleted the dependabot/cargo/minor-ee26c06eff branch December 18, 2024 10:42
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant