Skip to content

build(deps)(deps): update zip requirement from 7.1.0 to 8.0.0 in the all-dependencies group#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-dependencies-f4c76a8866
Open

build(deps)(deps): update zip requirement from 7.1.0 to 8.0.0 in the all-dependencies group#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-dependencies-f4c76a8866

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Updates the requirements on zip to permit the latest version.
Updates zip to 8.0.0

Release notes

Sourced from zip's releases.

v8.0.0

🚀 Features

  • document zip flags as enum (#639)
  • Migrate to Rust 2024 (#650)
  • [breaking] Remove deprecated methods of DateTime (#597)
Changelog

Sourced from zip's changelog.

8.0.0 - 2026-02-14

🚀 Features

  • document zip flags as enum (#639)
  • Migrate to Rust 2024 (#650)
  • [breaking] Remove deprecated methods of DateTime (#597)

7.4.0 - 2026-02-05

🚀 Features

  • Increase MSRV to 1.88 and update dependencies (#626)

7.3.0 - 2026-02-04

🚀 Features

  • cleanup the benchmarks and Cargo.toml (#606)
  • Add support for per-file comments (#543)

🐛 Bug Fixes

  • Document feature unreserved and make the mapping of extra fields public (#616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#598)

⚙️ Miscellaneous Tasks

  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

7.3.0-pre1 - 2026-01-27

🐛 Bug Fixes

  • Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)
  • make zip crate safer and more readable (#536)

⚡ Performance

  • Optimizations for CP437 conversion (#559)

⚙️ Miscellaneous Tasks

  • Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline

7.2.0 - 2026-01-20

🚀 Features

  • add read_zipfile_from_stream_with_compressed_size (#70)

... (truncated)

Commits
  • ca74107 chore: release v8.0.0 (#653)
  • 59e59b1 refactor: Use FixedSizeBlock trait to serialize AesExtraField (#640)
  • 3935182 ci(deps): bump release-plz/action from 0.5.124 to 0.5.126 (#654)
  • 8b8c20f feat: document zip flags as enum (#639)
  • 08d7578 style: refactor test_ntfs_extra_field_timestamp_parsing using find_map (#659)
  • ef3ead0 style: Add messages on failure in tests/invalid_path.rs (#658)
  • ca61e8d Apply suggested fix to tests/end_to_end.rs from Copilot Autofix (#657)
  • e710c52 ci(deps): bump github/codeql-action from 4.32.0 to 4.32.2 (#655)
  • df9b439 Apply suggested fix to tests/zip_ntfs.rs from Copilot Autofix (#648)
  • 7e06af5 style: Potential fixes for 2 code quality findings in tests/end_to_end.rs (#649)
  • Additional commits viewable in compare view

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 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

Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.

Updates `zip` to 8.0.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 8.0.0
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cocogitto-bot
Copy link

cocogitto-bot bot commented Feb 15, 2026

❌ Found 0 compliant commit and 1 non-compliant commits in a45f27c.

Commit a45f27c by @dependabot[bot] is not conform to the conventional commit specification :

  • message: `build(deps)(deps): update zip requirement in the all-dependencies group

Updates the requirements on zip to permit the latest version.

Updates zip to 8.0.0


updated-dependencies:

  • dependency-name: zip
    dependency-version: 8.0.0
    dependency-type: direct:production
    dependency-group: all-dependencies
    ...

Signed-off-by: dependabot[bot] support@github.com`

  • cause:
    Missing commit type separator `:`
    
    Caused by:
         --> 1:12
          |
        1 | build(deps)(deps): update zip requirement in the all-dependencies group
          |            ^---
          |
          = expected type_separator
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants