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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update compress-tools requirement from 0.14 to 0.15 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Updates the requirements on compress-tools to permit the latest version.

Changelog

Sourced from compress-tools's changelog.

[0.15.0] - 2024-07-02

[0.14.3] - 2023-05-26

  • Allow passing a closure for ArchiveIterator::filter #115

#115: OSSystems/compress-tools-rs#115

[0.14.2] - 2023-05-23

  • Fix call stack runtime error on filter from ArchiveIterator #113

#113: OSSystems/compress-tools-rs#113

[0.14.1] - 2023-03-21

  • Add illumos compilation support #99
  • Fix segmentation when failing to decode entry #100
  • Wrap return value of archive_write_data_block(3) #108
  • Allow to filter ArchiveIterator entries #109
  • Add debug asserts to ArchiveIterator::next() #110
  • examples: add example using ArchiveIterator #111
  • tests: port from unmaintained crate encoding to encoding_rs #112

#99: OSSystems/compress-tools-rs#99 #100: OSSystems/compress-tools-rs#100 #108: OSSystems/compress-tools-rs#108 #109: OSSystems/compress-tools-rs#109 #110: OSSystems/compress-tools-rs#110 #111: OSSystems/compress-tools-rs#111 #112: OSSystems/compress-tools-rs#112

[0.14.0] - 2022-11-20

  • Raise MSRV to 1.59.0
  • Change to 2021 edition
  • Drop lifetime annotations of reader parameter in ArchiveIterator::from_read and ArchiveIterator::from_read_with_encoding #90
  • Forward name decode failures in ArchiveIterator::from_read and ArchiveIterator::from_read_with_encoding instead of panicking #91
  • Increase internal used buffersize #93, fixing sub-directories as file names. #89

... (truncated)

Commits
  • 480de12 chore: Release compress-tools version 0.15.0
  • 8efcc55 Add next_header() to ArchiveIterator
  • ca9c246 ci: add dependencies
  • 6879fd3 feat: add feature "static" to allow static linkage for unix/macos as well.
  • 630c062 build: add default brew libarchive path on macos
  • cda8dca flake.lock: Update
  • 68451a9 Raise MSRV to 1.65.0
  • e2fc318 fix: use slice::from_raw_parts only if size > 0
  • 8a335bf ci: macos: move to aarch64-apple-darwin
  • b6e5731 build(deps): bump actions/cache from 3 to 4
  • 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 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)

Updates the requirements on [compress-tools](https://github.com/OSSystems/compress-tools-rs) to permit the latest version.
- [Changelog](https://github.com/OSSystems/compress-tools-rs/blob/master/CHANGES.md)
- [Commits](OSSystems/compress-tools-rs@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: compress-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2024
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
Development

Successfully merging this pull request may close these issues.

0 participants