diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml index 805dbed4c68a..a1f826ef7d10 100644 --- a/arrow-ipc/Cargo.toml +++ b/arrow-ipc/Cargo.toml @@ -40,7 +40,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 }