This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 0a1dfb3045c Update brotli requirement from 4.0 to 5.0 (#5637)
0a1dfb3045c is described below
commit 0a1dfb3045c3cefe495fb08bcd160a4cdd4ecf8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 12 17:33:03 2024 +0100
Update brotli requirement from 4.0 to 5.0 (#5637)
Updates the requirements on
[brotli](https://github.com/dropbox/rust-brotli) to permit the latest version.
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](https://github.com/dropbox/rust-brotli/compare/4.0.0...5.0.0)
---
updated-dependencies:
- dependency-name: brotli
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 0304c7212b4..4fcf855d11e 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -49,7 +49,7 @@ object_store = { version = "0.9.0", default-features = false,
optional = true }
bytes = { version = "1.1", default-features = false, features = ["std"] }
thrift = { version = "0.17", default-features = false }
snap = { version = "1.0", default-features = false, optional = true }
-brotli = { version = "4.0", default-features = false, features = ["std"],
optional = true }
+brotli = { version = "5.0", default-features = false, features = ["std"],
optional = true }
flate2 = { version = "1.0", default-features = false, features =
["rust_backend"], optional = true }
lz4_flex = { version = "0.11", default-features = false, features = ["std",
"frame"], optional = true }
zstd = { version = "0.13.0", optional = true, default-features = false }
@@ -76,7 +76,7 @@ base64 = { version = "0.22", default-features = false,
features = ["std"] }
criterion = { version = "0.5", default-features = false }
snap = { version = "1.0", default-features = false }
tempfile = { version = "3.0", default-features = false }
-brotli = { version = "4.0", default-features = false, features = ["std"] }
+brotli = { version = "5.0", default-features = false, features = ["std"] }
flate2 = { version = "1.0", default-features = false, features =
["rust_backend"] }
lz4_flex = { version = "0.11", default-features = false, features = ["std",
"frame"] }
zstd = { version = "0.13", default-features = false }