Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps async-compression from 0.3.15 to 0.4.20.

Release notes

Sourced from async-compression's releases.

async-compression-v0.4.8

What's Changed

Full Changelog: Nullus157/async-compression@async-compression-v0.4.7...async-compression-v0.4.8

async-compression: v0.4.7

  • Flush available data in decoder even when there's no incoming input.

async-compression: v0.4.6

  • Return errors instead of panicking in all encode and decode operations.

async-compression: v0.4.5

  • Add {Lzma, Xz}Decoder::with_mem_limit() methods.

async-compression: v0.4.4

  • Update zstd dependency to 0.13.

async-compression: v0.4.3

  • Implement Default for brotli::EncoderParams.

async-compression: v0.4.2

  • Add top-level brotli module containing stable brotli crate wrapper types.
  • Add BrotliEncoder::with_quality_and_params() constructors.
  • Add Deflate64Decoder behind new crate feature deflate64.

async-compression: v0.4.1

  • Add Zstd{Encoder,Decoder}::with_dict() constructors.
  • Add zstdmt crate feature that enables zstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.

async-compression: v0.4.0

  • Level::Precise variant now takes a i32 instead of u32.
  • Add top level zstd module containing stable zstd crate wrapper types.
  • Add ZstdEncoder::with_quality_and_params() constructors.
  • Update zstd dependency to 0.12.
  • Remove deprecated stream, futures-bufread and futures-write crate features.
  • Remove Tokio 0.2.x and 0.3.x support (tokio-02 and tokio-03 crate features).
Changelog

Sourced from async-compression's changelog.

0.4.20 - 2025-02-28

Added

  • Add support for wasm32-wasip1-* targets.

0.4.19 - 2025-02-27

Changed

  • Update bzip2 dependency to 0.5.

Fixed

  • Ensure that flush finishes before continuing.

0.4.18 - 2024-11-23

Fixed

  • Adjust Level::Precise clamp range for flate2.

0.4.17 - 2024-10-20

Fixed

  • Fix occasional panics when consuming from pending buffers.

0.4.16 - 2024-10-16

Other

  • Implement pass-through AsyncBufRead on write-based encoders & decoders.

0.4.15 - 2024-10-13

Feature

  • Implement pass-through AsyncRead or AsyncWrite where appropriate.
  • Relax AsyncRead/AsyncWrite bounds on *::{get_ref, get_mut, get_pin_mut, into_inner}() methods.

0.4.14 - 2024-10-10

Fixed

  • In Tokio-based decoders, attempt to decode from internal state even if nothing was read.

0.4.13 - 2024-10-02

Feature

  • Update brotli dependency to to 7.

... (truncated)

Commits
  • 0e4721f docs: update changelog
  • 395a7a8 chore: release v0.4.20
  • bfb274b Merge pull request #322 from Nullus157/dependabot/cargo/rand-0.9.0
  • 6294c9e chore(deps): update rand requirement from 0.8.5 to 0.9.0
  • 77893f9 Merge pull request #326 from surban/main
  • 04b854e Apply code review suggestions
  • a9c03ac tests: revert lib.rs artifact
  • 5442241 Merge branch 'main' into main
  • bc4eccd Merge pull request #328 from Nullus157/release-plz-2025-02-27T13-48-30Z
  • 12e6ef6 Update CHANGELOG.md
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 12, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/async-compression-0.4.20 branch from 1a4d3cb to 7a22cf7 Compare March 12, 2025 18:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/async-compression-0.4.20 branch from 7a22cf7 to 032c5cc Compare March 12, 2025 20:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.3.15 to 0.4.20.
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@0.3.15...v0.4.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/async-compression-0.4.20 branch from 032c5cc to faf6820 Compare March 22, 2025 16:00
@1zun4 1zun4 force-pushed the tauri/v2 branch 2 times, most recently from 04c8d1e to 71f7f0b Compare May 20, 2025 00:03
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant