This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 065e59f835 chore(deps): bump brotli from 8.0.4 to 9.0.0 (#11015)
065e59f835 is described below
commit 065e59f835f92950566c4c1c8d76e548ba0a9bb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 14:20:24 2026 +1000
chore(deps): bump brotli from 8.0.4 to 9.0.0 (#11015)
Bumps [brotli](https://github.com/dropbox/rust-brotli) from 8.0.4 to
9.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/a51b65e75f68e3485be12bc816118e523e95647d"><code>a51b65e</code></a>
9.0.0 release</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/fb3104d1188106ad819d8bfbfd87ea47d0087423"><code>fb3104d</code></a>
Add non-default portable-float feature for target-independent encoder
output</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/c9af3defc656269e90abca762b3adf05a50ee5bc"><code>c9af3de</code></a>
Fix <a
href="https://redirect.github.com/dropbox/rust-brotli/issues/257">#257</a></li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/93ea851349e9b44e63436c5f530c0d85e5d66472"><code>93ea851</code></a>
fix: handle short empty streams in BroCatli</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/5bf2ed82a362879dd99fbea8106bdade3998bd9a"><code>5bf2ed8</code></a>
fixed simd (.to_int() renamed to .to_simd())</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/ac02943519bd829ff2e025deca40388248f19170"><code>ac02943</code></a>
Revert "fixed simd (.to_int() renamed to .to_simd())"</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/b4ed6ac16fa1d43efe02284b94743947bbfcdea4"><code>b4ed6ac</code></a>
fixed simd (.to_int() renamed to .to_simd())</li>
<li><a
href="https://github.com/dropbox/rust-brotli/commit/3e7adf2fb56590d2378df08e2b37fd660cca3379"><code>3e7adf2</code></a>
fixed simd (mask.to_int() renamed to mask.to_simd())</li>
<li>See full diff in <a
href="https://github.com/dropbox/rust-brotli/compare/8.0.4...9.0.0">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 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 | 16 ++++++++--------
parquet/Cargo.toml | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index fbb65b72f0..e5fb07ce19 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -39,15 +39,15 @@ checksum =
"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-no-stdlib"
-version = "2.0.4"
+version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
+checksum = "c2fb6cfd47bf496ff64095c20eaba0c201404ee38714d4142fcfa1dc334fcc7a"
[[package]]
name = "alloc-stdlib"
-version = "0.2.4"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
+checksum = "0b5c1865780388bfa186411ab5f247819487fc4864c6e9c3106611fa347586e1"
dependencies = [
"alloc-no-stdlib",
]
@@ -753,9 +753,9 @@ dependencies = [
[[package]]
name = "brotli"
-version = "8.0.4"
+version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
+checksum = "f8b851b75c23ca7873623d612fe49bd1989aeb03d08fb9432187eb253d3d4c6b"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
@@ -764,9 +764,9 @@ dependencies = [
[[package]]
name = "brotli-decompressor"
-version = "5.0.3"
+version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
+checksum = "46087801e40b785410c352bee60e9b6226312709cf52d5fff92776cdf5cf6490"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 600afa8d85..acc8a1473b 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -52,7 +52,7 @@ object_store = { workspace = true, optional = true, features
= ["tokio"] }
bytes = { version = "1.1", default-features = false, features = ["std"] }
snap = { version = "1.0", default-features = false, optional = true }
-brotli = { version = "8.0", default-features = false, features = ["std"],
optional = true }
+brotli = { version = "9.0", default-features = false, features = ["std"],
optional = true }
# To use `flate2` you must enable either the `flate2-zlib-rs` or
`flate2-rust_backend` backends
flate2 = { version = "1.1", default-features = false, optional = true }
lz4_flex = { version = "0.14", default-features = false, features = ["std",
"frame"], optional = true }
@@ -81,7 +81,7 @@ criterion = { workspace = true, default-features = false,
features = ["async_fut
snap = { version = "1.0", default-features = false }
tempfile = { version = "3.0", default-features = false }
insta = { workspace = true, default-features = true }
-brotli = { version = "8.0", default-features = false, features = ["std"] }
+brotli = { version = "9.0", default-features = false, features = ["std"] }
flate2 = { version = "1.0", default-features = false, features =
["rust_backend"] }
lz4_flex = { version = "0.14", default-features = false, features = ["std",
"frame"] }
zstd = { version = "0.13", default-features = false }