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 a094863452d Update flatbuffers requirement from 23.1.21 to 24.3.25
(#5636)
a094863452d is described below
commit a094863452d60b56a7fc6268119666a3359bb7be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 12 17:32:43 2024 +0100
Update flatbuffers requirement from 23.1.21 to 24.3.25 (#5636)
Updates the requirements on
[flatbuffers](https://github.com/google/flatbuffers) to permit the latest
version.
- [Release notes](https://github.com/google/flatbuffers/releases)
-
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/google/flatbuffers/compare/v23.1.21...v24.3.25)
---
updated-dependencies:
- dependency-name: flatbuffers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arrow-ipc/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml
index 83ad044d25e..94b89a55f2f 100644
--- a/arrow-ipc/Cargo.toml
+++ b/arrow-ipc/Cargo.toml
@@ -39,7 +39,7 @@ arrow-buffer = { workspace = true }
arrow-cast = { workspace = true }
arrow-data = { workspace = true }
arrow-schema = { workspace = true }
-flatbuffers = { version = "23.1.21", default-features = false }
+flatbuffers = { version = "24.3.25", default-features = false }
lz4_flex = { version = "0.11", default-features = false, features = ["std",
"frame"], optional = true }
zstd = { version = "0.13.0", default-features = false, optional = true }