LiquidLauncher
LiquidLauncher copied to clipboard
chore(deps): bump async-compression from 0.3.15 to 0.4.9 in /src-tauri
Bumps async-compression from 0.3.15 to 0.4.9.
Release notes
Sourced from async-compression's releases.
async-compression-v0.4.8
What's Changed
- chore(deps): update brotli requirement from 3.3 to 4.0 by
@dependabotin Nullus157/async-compression#264- Release async-compression 0.4.8 by
@NobodyXuin Nullus157/async-compression#265Full Changelog: https://github.com/Nullus157/async-compression/compare/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
zstddependency to0.13.async-compression: v0.4.3
- Implement
Defaultforbrotli::EncoderParams.async-compression: v0.4.2
- Add top-level
brotlimodule containing stablebrotlicrate wrapper types.- Add
BrotliEncoder::with_quality_and_params()constructors.- Add
Deflate64Decoderbehind new crate featuredeflate64.async-compression: v0.4.1
- Add
Zstd{Encoder,Decoder}::with_dict()constructors.- Add
zstdmtcrate feature that enableszstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.async-compression: v0.4.0
Level::Precisevariant now takes ai32instead ofu32.- Add top level
zstdmodule containing stablezstdcrate wrapper types.- Add
ZstdEncoder::with_quality_and_params()constructors.- Update
zstddependency to0.12.- Remove deprecated
stream,futures-bufreadandfutures-writecrate features.- Remove Tokio 0.2.x and 0.3.x support (
tokio-02andtokio-03crate features).
Changelog
Sourced from async-compression's changelog.
0.4.9
- bump dep brotli from 4.0 to 5.0
0.4.8
- bump dep brotli from 3.3 to 4.0
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
zstddependency to0.13.0.4.3
- Implement
Defaultforbrotli::EncoderParams.0.4.2
- Add top-level
brotlimodule containing stablebrotlicrate wrapper types.- Add
BrotliEncoder::with_quality_and_params()constructors.- Add
Deflate64Decoderbehind new crate featuredeflate64.0.4.1 - 2023-07-10
- Add
Zstd{Encoder,Decoder}::with_dict()constructors.- Add
zstdmtcrate feature that enableszstd-safe/zstdmt, allowing multi-threaded functionality to work as expected.0.4.0 - 2023-05-10
Level::Precisevariant now takes ai32instead ofu32.- Add top-level
zstdmodule containing stablezstdcrate wrapper types.- Add
ZstdEncoder::with_quality_and_params()constructors.- Update
zstddependency to0.12.- Remove deprecated
stream,futures-bufreadandfutures-writecrate features.- Remove Tokio 0.2.x and 0.3.x support (
tokio-02andtokio-03crate features).
Commits
- See full diff 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)