Skip to content

Update zip-extensions requirement from 0.13 to 0.14 in the cargodeps group#38

Merged
akesson merged 1 commit into
mainfrom
dependabot/cargo/cargodeps-28f88a742b
Apr 7, 2026
Merged

Update zip-extensions requirement from 0.13 to 0.14 in the cargodeps group#38
akesson merged 1 commit into
mainfrom
dependabot/cargo/cargodeps-28f88a742b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Updates the requirements on zip-extensions to permit the latest version.
Updates zip-extensions to 0.14.1

Release notes

Sourced from zip-extensions's releases.

v0.14.1

Changes

  • Update zip requirement from 7.0 to 8.2

Full Changelog: matzefriedrich/zip-extensions-rs@v0.14.0...v0.14.1

Changelog

Sourced from zip-extensions's changelog.

[0.14.1] - 2026-03-21

  • Update zip requirement from 7.0 to 8.2 #39

[0.14.0] - 2026-03-21

Added

[0.13.1] - 2025-12-20

Fixed

  • Utilizes safely enclosed names and gracefully skips entries with invalid or potentially malicious paths, preventing runtime panics and unauthorized directory traversals. #35

[0.13.0] - 2025-12-11

Changed

  • Added support to call ZipWriterExtensions methods on &mut ZipWriter by changing receivers to &mut self. #34

  • Breaking change: Extension methods no longer consume ZipWriter and do not call finish() internally; callers must explicitly invoke finish() after use. For top-level convenience functions, the behavior is unchanged. #34

[0.12.0] - 2025-12-10

Fixed

  • 🙈 Fixes interchanged modules names (inflate vs deflate) #33

[0.11.0] - 2025-12-03

Added

  • Adds the ZipIgnoreEntryHandler to handle .zipignore rules for file exclusions #30

Changed

  • Refactored the project structure by grouping functionality into deflate, inflate, and utilities modules. #29

... (truncated)

Commits
  • 98e2fa9 Update zip requirement from 7.0 to 8.2 (#39)
  • 51d6294 Updates the changelog
  • 19b859e Update README.md
  • 7579d15 Update zip requirement from 6.0 to 7.0 (#36)
  • bfe6362 Adds audit module for ZIP archives (#32)
  • abc5ff6 Bump version to 0.13.1 in Cargo.toml
  • 09566d2 Uses enclosed_name instead of mangled_name (#35)
  • de4f392 Update README to reflect module restructuring and revised imports
  • See full diff 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-extensions](https://github.com/matzefriedrich/zip-extensions-rs) to permit the latest version.

Updates `zip-extensions` to 0.14.1
- [Release notes](https://github.com/matzefriedrich/zip-extensions-rs/releases)
- [Changelog](https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md)
- [Commits](matzefriedrich/zip-extensions-rs@v0.13.0...v0.14.1)

---
updated-dependencies:
- dependency-name: zip-extensions
  dependency-version: 0.14.1
  dependency-type: direct:production
  dependency-group: cargodeps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 23, 2026
@akesson akesson merged commit cec9b39 into main Apr 7, 2026
3 checks passed
@akesson akesson deleted the dependabot/cargo/cargodeps-28f88a742b branch April 7, 2026 07:12
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