This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new d24eb4a231 chore(deps): bump flate2 from 1.1.4 to 1.1.5 (#18900)
d24eb4a231 is described below
commit d24eb4a23156b7814836e765d5890186ab40682f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 18:27:24 2025 -0800
chore(deps): bump flate2 from 1.1.4 to 1.1.5 (#18900)
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.4 to
1.1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.1.5</h2>
<p>This bugfix release fixes <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/508">#508</a>,
as flush didn't always work anymore in conjunction with
<code>miniz_oxide</code>.</p>
<h2>What's Changed</h2>
<ul>
<li>Revert flush change by <a
href="https://github.com/fintelia"><code>@fintelia</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/509">rust-lang/flate2-rs#509</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/2661fbb3107a5489ad8d2315049d4d1a295f130b"><code>2661fbb</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/509">#509</a>
from fintelia/revert-flush-change</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/bc36cf4af084b0da8b8fe4e9ef2e4ce8c903ba63"><code>bc36cf4</code></a>
Bump patch version</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/4341fe263c606b61b6b4365c3255463446ecbe71"><code>4341fe2</code></a>
Revert "Use partial flushes with miniz_oxide backend"</li>
<li>See full diff in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">compare
view</a></li>
</ul>
</details>
<br />
[](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>
---
Cargo.lock | 4 ++--
datafusion/core/Cargo.toml | 2 +-
datafusion/datasource/Cargo.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index bc99ed298f..f371a1822b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3061,9 +3061,9 @@ dependencies = [
[[package]]
name = "flate2"
-version = "1.1.4"
+version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
+checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
dependencies = [
"crc32fast",
"libz-rs-sys",
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index 0ddf195d4e..58ad4874f8 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -142,7 +142,7 @@ datafusion-physical-optimizer = { workspace = true }
datafusion-physical-plan = { workspace = true }
datafusion-session = { workspace = true }
datafusion-sql = { workspace = true, optional = true }
-flate2 = { version = "1.1.4", optional = true }
+flate2 = { version = "1.1.5", optional = true }
futures = { workspace = true }
itertools = { workspace = true }
liblzma = { workspace = true, optional = true }
diff --git a/datafusion/datasource/Cargo.toml b/datafusion/datasource/Cargo.toml
index 96e91b46ee..1c36114f28 100644
--- a/datafusion/datasource/Cargo.toml
+++ b/datafusion/datasource/Cargo.toml
@@ -56,7 +56,7 @@ datafusion-physical-expr-adapter = { workspace = true }
datafusion-physical-expr-common = { workspace = true }
datafusion-physical-plan = { workspace = true }
datafusion-session = { workspace = true }
-flate2 = { version = "1.1.4", optional = true }
+flate2 = { version = "1.1.5", optional = true }
futures = { workspace = true }
glob = "0.3.0"
itertools = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]