bmax121 / APatch

The patching of Android kernel and Android system
GNU General Public License v3.0
3.46k stars 276 forks source link

build(deps): bump the rust-dependencies group in /apd with 2 updates #485

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the rust-dependencies group in /apd with 2 updates: zip and zip-extensions.

Updates zip from 2.1.1 to 2.1.2

Release notes

Sourced from zip's releases.

v2.1.2

πŸ› Bug Fixes

  • Derive Debug for ZipWriter
  • lower default version to 4.5 and use the version-needed-to-extract where feasible.

🚜 Refactor

  • use a MIN_VERSION constant

βš™οΈ Miscellaneous Tasks

  • Bug fixes for debug implementation
  • Bug fixes for debug implementation
  • Update unit tests
  • Remove unused import
Changelog

Sourced from zip's changelog.

Changelog

Commits
  • 999d41d feat: Update dependencies
  • c74a811 ci(fuzz): Update fuzz_read corpus to increase coverage
  • 6d29c8c ci(fuzz): Update fuzz_read corpus to increase coverage
  • 9e09661 ci(fuzz): Update fuzz_write corpus to increase coverage
  • ae45a26 ci(fuzz): Increase max_len to 70,000 to let it include overlength comments
  • 212dbe7 ci(fuzz): Update fuzz_read corpus to increase coverage
  • 6539545 Merge pull request #109 from afranchuk/configure-archive-offset
  • 17c2d86 Merge branch 'master' into configure-archive-offset
  • 74c2380 ci(fuzz): Remove len_control override from fuzz_read
  • a65d182 Merge branch 'master' into configure-archive-offset
  • Additional commits viewable in compare view


Updates zip-extensions from 0.6.2 to 0.8.0

Release notes

Sourced from zip-extensions's releases.

v0.8.0

Changes

  • Upgrades the zip package reference; uses the new zip2 version
  • Adds FileOptionExtension type argument to the zip_create_from_directory_with_options trait and implementation to address zip2 build issues
  • Removes the mut modifier from the ZipWriterExtensions to fix issues

v0.7.0

Changes

  • The create_from_directory_with_options method now supports per-item file options. This introduces a breaking change: instead of passing FileOptions directly, an Fn must be specified that will be called for each file and must return a FileOptions value.
  • Upgraded the zip dependency to version 0.6.6.
Changelog

Sourced from zip-extensions's changelog.

[0.8.0] - 2024-06-02

The project follows the active development of the zip crate and has thus been updated to work with zip2; this release comes with several breaking changes in the write module.

Changed

  • Upgrades the zip package reference; uses the new zip2 version
  • Adds FileOptionExtension type argument to the zip_create_from_directory_with_options trait and implementation to address zip2 build issues
  • Removes the mut modifier from the ZipWriterExtensions to fix issues

[0.7.0] - 2024-06-01

Changed

  • [PR #13] Adds support for per-item file options by the create_from_directory_with_options method. This introduces a breaking change; instead of passing a FileOptions directly an Fn must be specified that is called for each file, and must return a FileOptions value.
  • Upgraded the zip dependency to version 0.6.6.
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions