Skip to content

Commit dff1cad

Browse files
chore(deps): bump async-compression from 0.4.37 to 0.4.39 (#20259)
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.37 to 0.4.39. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Nullus157/async-compression/commit/b1da57fecf43f0bb84d7910bc36792a47dcc645b"><code>b1da57f</code></a> chore(async-compression): release v0.4.39 (<a href="https://redirect.github.com/Nullus157/async-compression/issues/447">#447</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/f95a4b9203abc356d8a372f9d4ce8ad4661cce00"><code>f95a4b9</code></a> Revert &quot;Fix decoding of empty response streams.&quot; (<a href="https://redirect.github.com/Nullus157/async-compression/issues/446">#446</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/b4e46d8d68dead0c125eb08248540f10708b3f9b"><code>b4e46d8</code></a> chore(async-compression): release v0.4.38 (<a href="https://redirect.github.com/Nullus157/async-compression/issues/443">#443</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/e67f0b123af45c35a9d00e365650534a136254a8"><code>e67f0b1</code></a> Fix decoding of empty response streams. (<a href="https://redirect.github.com/Nullus157/async-compression/issues/444">#444</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/f5e532e2989752f6d35f8375ddeeb196c8506713"><code>f5e532e</code></a> chore(deps): update proptest-derive requirement from 0.7 to 0.8 (<a href="https://redirect.github.com/Nullus157/async-compression/issues/442">#442</a>)</li> <li>See full diff in <a href="https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.37...async-compression-v0.4.39">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.37&new-version=0.4.39)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b790ed3 commit dff1cad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/datasource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ default = ["compression"]
3636

3737
[dependencies]
3838
arrow = { workspace = true }
39-
async-compression = { version = "0.4.37", features = [
39+
async-compression = { version = "0.4.39", features = [
4040
"bzip2",
4141
"gzip",
4242
"xz",

0 commit comments

Comments
 (0)