CCBlueX / LiquidLauncher

The official Minecraft launcher for LiquidBounce
GNU General Public License v3.0
149 stars 24 forks source link

chore(deps): bump async-compression from 0.3.15 to 0.4.7 in /src-tauri #281

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps async-compression from 0.3.15 to 0.4.7.

Release notes

Sourced from async-compression's releases.

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

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

0.4.6

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

0.4.5

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

0.4.4

  • Update zstd dependency to 0.13.

0.4.3

  • Implement Default for brotli::EncoderParams.

0.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.

0.4.1 - 2023-07-10

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

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).
Commits
  • 86c0c3a chore: prepare release 0.4.7
  • bd46497 Merge pull request #259 from Nullus157/dependabot/github_actions/codecov/code...
  • f08c669 Update coverage.yml
  • ab63376 chore(deps): bump codecov/codecov-action from 3 to 4
  • d913b27 Merge pull request #257 from Nullus157/rel-046
  • ea4bb3c Merge branch 'main' into rel-046
  • 6e3996d Merge pull request #247 from Nullus157/fix-123
  • e323ad9 chore: prepare release 0.4.6
  • db0d11f fix merge error
  • 22ed0ac flush data still available in the decoder when no input (#123)
  • 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 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[bot] commented 7 months ago

Superseded by #285.