This is an automated email from the ASF dual-hosted git repository.
blaginin pushed a commit to branch annarose/dict-coercion
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git
commit 5be5259221c1cc82f37ca611fd8fe41baf9ad7b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 11:41:30 2026 +0000
chore(deps): bump flate2 from 1.1.8 to 1.1.9 (#20130)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to
1.1.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/19ddb18bf11199858fbc6504d079448fafd1606e"><code>19ddb18</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/529">#529</a>
from folkertdev/update-zlib-rs-0.6.0</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/c956e127d62ca5ed2970f61c2a0b7a5ca7be82ed"><code>c956e12</code></a>
upgrade zlib-rs to version <code>0.6.0</code></li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/21d5eebe91305436d876fee56eaae10d8cb415e6"><code>21d5eeb</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/528">#528</a>
from wgyt/wgyt/patch</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/54f848477c90638c02fdf39611e46ebee04ecf59"><code>54f8484</code></a>
update LICENSE-MIT</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/f4924fefb39482952520ebcd4f02a62e996e3c0d"><code>f4924fe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/527">#527</a>
from jongiddy/crc-tests</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/8b9b7a6db66b9e4e5c7ae8bbdf3a80e0cfec3f7a"><code>8b9b7a6</code></a>
Add tests to check data CRC</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/fd17c74baa4b89f52efbe2762ec318615b7fcf4a"><code>fd17c74</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/526">#526</a>
from folkertdev/zlib-rs-crc32</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/aef26ac674169189a8949a17b4bebb71762027dc"><code>aef26ac</code></a>
check that zlib-rs no longer compiles crc32fast</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5ec7647e674f83f5a029fb2f5e0d1a772cfa384f"><code>5ec7647</code></a>
make <code>crc32fast</code> an optional dependency</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/c584e970419e56ee2657cefe396b268b1cad348a"><code>c584e97</code></a>
use <code>zlib-rs</code> for crc32 (when available)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9">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 | 8 ++++----
Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a451a076b..dd91c7090 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3003,9 +3003,9 @@ dependencies = [
[[package]]
name = "flate2"
-version = "1.1.8"
+version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
+checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
dependencies = [
"crc32fast",
"miniz_oxide",
@@ -7248,9 +7248,9 @@ dependencies = [
[[package]]
name = "zlib-rs"
-version = "0.5.5"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
+checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c"
[[package]]
name = "zmij"
diff --git a/Cargo.toml b/Cargo.toml
index 2042935ee..157dd68b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -152,7 +152,7 @@ datafusion-substrait = { path = "datafusion/substrait",
version = "52.1.0" }
doc-comment = "0.3"
env_logger = "0.11"
-flate2 = "1.1.8"
+flate2 = "1.1.9"
futures = "0.3"
glob = "0.3.0"
half = { version = "2.7.0", default-features = false }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]