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

Update Rust crate async_zip to 0.0.17 #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2023

This PR contains the following updates:

Package Type Update Change
async_zip dependencies patch 0.0.9 -> 0.0.17

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Majored/rs-async-zip (async_zip)

v0.0.17

Compare Source

  • Re-introduce support for reading entries with data descriptors within read::stream

    • Our previous implementation was overly complex and difficult to maintain, so was stripped out when switching to the type-driven API. This version re-introduces support for this, but as discussed within read::stream's documentation, does not and cannot support the combination of data descriptor + Stored compression mode.
  • Swap AsyncRead requirement for AsyncBufRead

    • AsyncBufRead is a transitive requirement of async-compression and we previously created internal BufReaders. Moving this requirement up the chain allows you to specify custom AsyncBufRead implementations or customise BufReader's buffer size where needed.
    • This was a needed step to simplify internal logic and allow the above read::stream data descriptor changes. Buffering via BufReader or similar was always a good idea, even prior to this change, so we don't expect this to negatively impact too many users.
  • Adds a ZipDateTime builder

    • Previously, the only way to obtain this type was via the chrono integration/feature, or by receiving one when reading an entry.

v0.0.16

  • Swaps out futures-util for futures-lite.
  • Adds defalate64 support via its associated feature flag.
  • Adds header_size() for StoredZipEntry, with the caveat that it uses the extra field length stored within the central directory record.
  • Adds support for handling UTF-8 extra fields.
  • Various bug fixes related to Zip64 support.

v0.0.11

Compare Source

v0.0.10

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 13, 2023 15:55
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.10 Update Rust crate async_zip to 0.0.11 Jan 18, 2023
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.11 Update Rust crate async_zip to 0.0.12 Feb 21, 2023
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.12 Update Rust crate async_zip to 0.0.13 Mar 26, 2023
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.13 Update Rust crate async_zip to 0.0.15 May 28, 2023
@renovate renovate bot force-pushed the renovate/async_zip-0.x branch from 127a4bc to d7de186 Compare May 28, 2023 09:38
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.15 Update Rust crate async_zip to 0.0.16 Dec 22, 2023
@renovate renovate bot changed the title Update Rust crate async_zip to 0.0.16 Update Rust crate async_zip to 0.0.17 Apr 3, 2024
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