Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zip-rs/zip2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.5.1
Choose a base ref
...
head repository: zip-rs/zip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.6.0
Choose a head ref
  • 18 commits
  • 23 files changed
  • 4 contributors

Commits on Apr 7, 2026

  1. ci(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 (#771)

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.16.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@fa2e9d6...fe10465)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.16.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    8ed3d36 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. ci(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 (#772)

    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.44.0 to 1.45.0.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@631208b...02ea592)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-version: 1.45.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    7459dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. ci(deps): bump obi1kenobi/cargo-semver-checks-action from 2.8 to 2.9 (#…

    …778)
    
    Bumps [obi1kenobi/cargo-semver-checks-action](https://github.com/obi1kenobi/cargo-semver-checks-action) from 2.8 to 2.9.
    - [Release notes](https://github.com/obi1kenobi/cargo-semver-checks-action/releases)
    - [Commits](obi1kenobi/cargo-semver-checks-action@5b298c9...6b69fcf)
    
    ---
    updated-dependencies:
    - dependency-name: obi1kenobi/cargo-semver-checks-action
      dependency-version: '2.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    c4cf528 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. ci(deps): bump step-security/harden-runner from 2.16.1 to 2.17.0 (#779)

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.1 to 2.17.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@fe10465...6c3c2f2)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.17.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    6647df2 View commit details
    Browse the repository at this point in the history
  2. refactor: use and simplify is_dir (#776)

    * refactor: use and simplify is_dir
    
    * Update src/spec.rs
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Signed-off-by: n4n5 <git@n4n5.dev>
    
    * add inlining
    
    * fmt
    
    ---------
    
    Signed-off-by: n4n5 <git@n4n5.dev>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Its-Just-Nans and gemini-code-assist[bot] authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    245b694 View commit details
    Browse the repository at this point in the history
  3. ci: Allowlist api.securityscorecards.dev for Dependency Review action (

    …#780)
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    79f9b94 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. ci: Remove orphaned apt update from miri (#782)

    This apt update step is unnecessary since the workflow doesn't install or upgrade any apt packages.
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    1e0a48a View commit details
    Browse the repository at this point in the history
  2. refactor: mark ZipFlags as non-exhaustive and add test for `HasZipM…

    …etadata` (#777)
    
    * fix: add non_exhaustive
    
    * add more
    
    * ZipFileData is privat
    
    * add test
    
    * add comment
    
    * explicit
    
    * remoe
    
    * remove
    Its-Just-Nans authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    5f04051 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. ci(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#783)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@bbbca2d...043fb46)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    2d0c46b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. feat: add compression not supported as enum error (#774)

    * feat: add compression not supported as enum error
    
    * add id
    
    * add print
    
    * catch all
    Its-Just-Nans authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    07702d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. ci(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 (#784)

    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.45.0 to 1.45.1.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@02ea592...cf5f1c2)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-version: 1.45.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    901014a View commit details
    Browse the repository at this point in the history
  2. ci(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#785

    )
    
    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@f8d387b...1b10c78)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: 3.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    42323a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#788)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c10b806...95e58e9)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    ddcf854 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. fix: allow for [u8] as filename (#775)

    * use bytes direclty
    
    * cargo fmt
    
    * fix
    
    * also on read
    
    * add as bytes
    
    * fmt
    Its-Just-Nans authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    0329d9d View commit details
    Browse the repository at this point in the history
  2. ci(deps): bump actions/cache from 5.0.4 to 5.0.5 (#786)

    Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@6682284...27d5ce7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    957e240 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. chore(deps): update aes requirement from 0.8 to 0.9 (#787)

    * chore(deps): update aes requirement from 0.8 to 0.9
    
    Updates the requirements on [aes](https://github.com/RustCrypto/block-ciphers) to permit the latest version.
    - [Commits](RustCrypto/block-ciphers@aes-v0.8.0...aes-v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: aes
      dependency-version: 0.9.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fixes (via Gemini 3 Flash)
    
    * cargo fmt --all
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    dependabot[bot] and Pr0methean authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    2513bbe View commit details
    Browse the repository at this point in the history
  2. chore(deps): update sha1 requirement from 0.10 to 0.11 (#767)

    * chore(deps): update sha1 requirement from 0.10 to 0.11
    
    Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version.
    - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha1-v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: sha1
      dependency-version: 0.11.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore(deps): update hmac requirement from 0.12 to 0.13
    
    Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version.
    - [Commits](RustCrypto/MACs@hmac-v0.12.0...hmac-v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: hmac
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update to pbkdf2 0.13
    
    * Update use of hmac API
    
    * cargo fmt --all
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    dependabot[bot] and Pr0methean authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    8e480cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771dfc5 View commit details
    Browse the repository at this point in the history
Loading