Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump async-compression from 0.4.10 to 0.4.12 (#2548)
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.10 to 0.4.12. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md">async-compression's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12">0.4.12</a> - 2024-07-21</h2> <h3>Feature</h3> <ul> <li>Enable customizing Zstd decoding parameters.</li> </ul> <h2><a href="https://github.com/Nullus157/async-compression/compare/v0.4.10...v0.4.11">0.4.11</a> - 2024-05-30</h2> <h3>Other</h3> <ul> <li>Expose total_in/total_out from underlying flate2 encoder types.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Nullus157/async-compression/commit/b5f1d1133758da6e9acb22aa85edb1e05aae9bfe"><code>b5f1d11</code></a> Merge pull request <a href="https://redirect.github.com/Nullus157/async-compression/issues/283">#283</a> from Nullus157/release-plz-2024-06-24T13-54-28Z</li> <li><a href="https://github.com/Nullus157/async-compression/commit/1218b8495495d03614bf25d1a073836faa5ad9ff"><code>1218b84</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/Nullus157/async-compression/commit/972f58274fd4d8727bd5b817bda4bdc070fa7734"><code>972f582</code></a> chore: release</li> <li><a href="https://github.com/Nullus157/async-compression/commit/9967f2e92c115191e4d26f9c96e1459aa2d349dc"><code>9967f2e</code></a> Merge pull request <a href="https://redirect.github.com/Nullus157/async-compression/issues/285">#285</a> from quantatic/main</li> <li><a href="https://github.com/Nullus157/async-compression/commit/c0c6559a2ec48b3149872a26d02af53ec93e1bcc"><code>c0c6559</code></a> Enable customizing Zstd decoding parameters.</li> <li><a href="https://github.com/Nullus157/async-compression/commit/7c2d5304b418254e13e810329ee0004a6484a7bd"><code>7c2d530</code></a> Merge pull request <a href="https://redirect.github.com/Nullus157/async-compression/issues/282">#282</a> from Nullus157/dependabot/cargo/proptest-derive-0.5</li> <li><a href="https://github.com/Nullus157/async-compression/commit/2eb684a36b80e66302263b0350be08f76fcfab32"><code>2eb684a</code></a> chore: clippy</li> <li><a href="https://github.com/Nullus157/async-compression/commit/95311a251cd4b6ccb9c8ed7e0cff9a39aa475299"><code>95311a2</code></a> chore(deps): update proptest-derive requirement from 0.4 to 0.5</li> <li><a href="https://github.com/Nullus157/async-compression/commit/064130b427b4f91aded49d75fa8e7bdf211e57b9"><code>064130b</code></a> Merge pull request <a href="https://redirect.github.com/Nullus157/async-compression/issues/280">#280</a> from Nullus157/release-plz-continuous</li> <li><a href="https://github.com/Nullus157/async-compression/commit/383e6b4695978449e71d98129aab2791069f1792"><code>383e6b4</code></a> ci: continuous release-plz</li> <li>Additional commits viewable in <a href="https://github.com/Nullus157/async-compression/compare/v0.4.10...v0.4.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-compression&package-manager=cargo&previous-version=0.4.10&new-version=0.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information