Skip to content

Commit 1c37638

Browse files
chore(deps): bump async-compression from 0.4.36 to 0.4.37 (#19742)
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.36 to 0.4.37. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Nullus157/async-compression/commit/59bb9f2aa64a89bb82efbc933fd789d32fa6371c"><code>59bb9f2</code></a> chore: release (<a href="https://redirect.github.com/Nullus157/async-compression/issues/439">#439</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/3705127e4a6e7378c28c422eb1bb9e6da78e2adb"><code>3705127</code></a> chore: Set async-compression msrv (<a href="https://redirect.github.com/Nullus157/async-compression/issues/440">#440</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/a063a3e0d66eada0035b0e812c7aec1c2a810193"><code>a063a3e</code></a> Fix BufWriter::flush_buf: propagate error before reset (<a href="https://redirect.github.com/Nullus157/async-compression/issues/438">#438</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/30a69f79487e3d602e79093b8523e99470734f86"><code>30a69f7</code></a> chore: Switch futures_core::ready to standard library api (<a href="https://redirect.github.com/Nullus157/async-compression/issues/436">#436</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/34ac711569d0671cf17833aff27d4ec420ad49d0"><code>34ac711</code></a> ci: Use cargo-deny graph option (<a href="https://redirect.github.com/Nullus157/async-compression/issues/437">#437</a>)</li> <li>See full diff in <a href="https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.36...async-compression-v0.4.37">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.36&new-version=0.4.37)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ddc639 commit 1c37638

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 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.35", features = [
39+
async-compression = { version = "0.4.37", features = [
4040
"bzip2",
4141
"gzip",
4242
"xz",

0 commit comments

Comments
 (0)