From c04c439d231369a5aee3b96e6590ad52a71ef0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:11:16 +0200 Subject: [PATCH] Update Rust crate async-compression to v0.4.17 (#19319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-compression](https://redirect.github.com/Nullus157/async-compression) | workspace.dependencies | patch | `0.4.13` -> `0.4.17` | --- ### Release Notes
Nullus157/async-compression (async-compression) ### [`v0.4.17`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0417---2024-10-20) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.16...v0.4.17) ##### Fixed - Fix occasional panics when consuming from pending buffers. ### [`v0.4.16`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0416---2024-10-16) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.15...v0.4.16) ##### Other - Implement pass-through `AsyncBufRead` on write-based encoders & decoders. ### [`v0.4.15`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0415---2024-10-13) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) ##### Feature - Implement pass-through `AsyncRead` or `AsyncWrite` where appropriate. - Relax `AsyncRead`/`AsyncWrite` bounds on `*::{get_ref, get_mut, get_pin_mut, into_inner}()` methods. ### [`v0.4.14`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0414---2024-10-10) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) ##### Fixed - In Tokio-based decoders, attempt to decode from internal state even if nothing was read.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3fcebfdb290c9b85ac83aec680fe2562fa16008..e8a9a3d0edfd53ef83fd3be6063c98f6276d141c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,9 +544,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.13" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" +checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" dependencies = [ "deflate64", "flate2",