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 d938cd9bf Update to flatbuffers 23.1.21 (#3597)
d938cd9bf is described below

commit d938cd9bf621c9bf3c3bd9e33c4c0a5eb4060534
Author: Raphael Taylor-Davies <1781103+tustv...@users.noreply.github.com>
AuthorDate: Tue Jan 24 17:56:37 2023 +0000

    Update to flatbuffers 23.1.21 (#3597)
---
 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 eb39c8ed4..d2274e895 100644
--- a/arrow-ipc/Cargo.toml
+++ b/arrow-ipc/Cargo.toml
@@ -43,7 +43,7 @@ arrow-buffer = { version = "31.0.0", path = "../arrow-buffer" 
}
 arrow-cast = { version = "31.0.0", path = "../arrow-cast" }
 arrow-data = { version = "31.0.0", path = "../arrow-data" }
 arrow-schema = { version = "31.0.0", path = "../arrow-schema" }
-flatbuffers = { version = "22.9.2", default-features = false, features = 
["thiserror"] }
+flatbuffers = { version = "23.1.21", default-features = false }
 lz4 = { version = "1.23", default-features = false, optional = true }
 zstd = { version = "0.12.0", default-features = false, optional = true }
 

Reply via email to