From 78404c7c3580c348085a711a230f586d1fc90038 Mon Sep 17 00:00:00 2001 From: tison Date: Fri, 14 Feb 2025 18:28:21 +0800 Subject: [PATCH] chore: upgrade flatbuffer version Signed-off-by: tison --- 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 735f7a14a2f8..329473b3d1da 100644 --- a/arrow-ipc/Cargo.toml +++ b/arrow-ipc/Cargo.toml @@ -38,7 +38,7 @@ arrow-array = { workspace = true } arrow-buffer = { workspace = true } arrow-data = { workspace = true } arrow-schema = { workspace = true } -flatbuffers = { version = "24.12.23", default-features = false } +flatbuffers = { version = "25.2.10", 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 }