Majored / rs-async-zip

An asynchronous ZIP archive reading/writing crate.
MIT License
123 stars 40 forks source link

Update async-compression requirement from 0.3 to 0.4 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on async-compression to permit the latest version.

Release notes

Sourced from async-compression's releases.

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.0 - 2023-05-10

  • 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).

0.3.15 - 2022-10-08

  • Level::Default::into_zstd() now returns zstd's default value 3.
  • Fix endianness when reading the extra field of a gzip header.
Commits
  • d758c13 Merge pull request #216 from Nullus157/rel-040
  • 44fe00f chore: prepare async-compression release 0.4.0
  • 53fee02 Merge pull request #134 from joshtriplett/zstd-params
  • 70c64f8 Merge pull request #217 from Nullus157/support-negative-level
  • 466ce00 Add ZstdEncoder::with_quality_and_params to enable compression parameters
  • 8349a84 Update changelog
  • ab9a2c0 Restrict compression level for brotli to be >= 0
  • df5cdd9 Apply suggestions from code review
  • 95ae6fe Accept negative Level::Precise
  • 5a6b15e Merge pull request #215 from Nullus157/rem-def-feat
  • 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 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)