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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zip from 1.1.4 to 1.2.1 #27937

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps zip from 1.1.4 to 1.2.1.

Release notes

Sourced from zip's releases.

v1.2.1

馃悰 Bug Fixes

  • Prevent panic when trying to read a file with an unsupported compression method
  • Prevent panic after reading an invalid LZMA file
  • Make Stored the default compression method if Deflated isn't available, so that zip files are readable by as much software as possible
  • version_needed was wrong when e.g. cfg(bzip2) but current file wasn't bzip2 (#100)
  • file paths shouldn't start with slashes (#102)

馃殰 Refactor

  • Overhaul impl Arbitrary for FileOptions
  • Remove unused atomic module

v1.2.0

馃殌 Features

  • Add method decompressed_size() so non-recursive ZIP bombs can be detected

馃殰 Refactor

  • Make ZipWriter::finish() consume the ZipWriter

鈿欙笍 Miscellaneous Tasks

  • Use panic! rather than abort to ensure the fuzz harness can process the failure
  • Update fuzz_write to use replace_with
  • Remove a drop that can no longer be explicit
  • Add #![allow(unexpected_cfgs)] in nightly
Changelog

Sourced from zip's changelog.

1.2.1 - 2024-05-06

馃悰 Bug Fixes

  • Prevent panic when trying to read a file with an unsupported compression method
  • Prevent panic after reading an invalid LZMA file
  • Make Stored the default compression method if Deflated isn't available, so that zip files are readable by as much software as possible
  • version_needed was wrong when e.g. cfg(bzip2) but current file wasn't bzip2 (#100)
  • file paths shouldn't start with slashes (#102)

馃殰 Refactor

  • Overhaul impl Arbitrary for FileOptions
  • Remove unused atomic module

1.2.0 - 2024-05-06

馃殌 Features

  • Add method decompressed_size() so non-recursive ZIP bombs can be detected

馃殰 Refactor

  • Make ZipWriter::finish() consume the ZipWriter

鈿欙笍 Miscellaneous Tasks

  • Use panic! rather than abort to ensure the fuzz harness can process the failure
  • Update fuzz_write to use replace_with
  • Remove a drop that can no longer be explicit
  • Add #![allow(unexpected_cfgs)] in nightly
Commits
  • b725303 Merge pull request #103 from zip-rs/release-plz-2024-05-06T17-54-03Z
  • a1f2399 chore: release
  • f7ab2ae fix: Prevent panic when trying to read a file with an unsupported compression...
  • 7f46b77 ci: Upload leak reports if fuzz fails
  • d13031c fix: Prevent panic after reading an invalid LZMA file
  • 8868a11 test(fuzz): Fix a fuzz-read bug when finishing LZMA
  • b277298 test(fuzz): Fix: need to accept FileNotFound from abort
  • 162c9b7 test(fuzz): Fix bugs that were breaking the fuzz test
  • 447f9c6 refactor: Overhaul impl Arbitrary for FileOptions
  • 845c3ec refactor: Remove unused atomic module
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v1.1.4...v1.2.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file, label May 7, 2024
@d0cd d0cd merged commit a691b91 into testnet3 May 7, 2024
13 checks passed
@d0cd d0cd deleted the dependabot/cargo/testnet3/zip-1.2.1 branch May 7, 2024 15:11
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,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant