BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate async_zip to 0.0.17 - autoclosed #230

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async_zip dependencies patch 0.0.16 -> 0.0.17

Release Notes

Majored/rs-async-zip (async_zip) ### [`v0.0.17`](https://togithub.com/Majored/rs-async-zip/releases/tag/v0.0.17) [Compare Source](https://togithub.com/Majored/rs-async-zip/compare/v0.0.16...v0.0.17) - 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 `BufReader`s. 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.

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.



This PR has been generated by Mend Renovate. View repository job log here.