This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 00bafdb  build(deps): upgrade arrow dependencies (#168)
00bafdb is described below

commit 00bafdb254fc639f45f1b455e3a8fadf0d90dcba
Author: kazdy <[email protected]>
AuthorDate: Sun Oct 13 23:15:35 2024 +0200

    build(deps): upgrade arrow dependencies (#168)
---
 Cargo.toml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 71f3ca0..6ce8b7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,19 +35,19 @@ repository = "https://github.com/apache/hudi-rs";
 
 [workspace.dependencies]
 # arrow
-arrow = { version = "= 53.0.0", features = ["pyarrow"] }
-arrow-arith = { version = "= 53.0.0" }
-arrow-array = { version = "= 53.0.0" }
-arrow-buffer = { version = "= 53.0.0" }
-arrow-cast = { version = "= 53.0.0" }
-arrow-ipc = { version = "= 53.0.0" }
-arrow-json = { version = "= 53.0.0" }
-arrow-ord = { version = "= 53.0.0" }
-arrow-row = { version = "= 53.0.0" }
-arrow-schema = { version = "= 53.0.0", features = ["serde"] }
-arrow-select = { version = "= 53.0.0" }
+arrow = { version = "= 53.1.0", features = ["pyarrow"] }
+arrow-arith = { version = "= 53.1.0" }
+arrow-array = { version = "= 53.1.0" }
+arrow-buffer = { version = "= 53.1.0" }
+arrow-cast = { version = "= 53.1.0" }
+arrow-ipc = { version = "= 53.1.0" }
+arrow-json = { version = "= 53.1.0" }
+arrow-ord = { version = "= 53.1.0" }
+arrow-row = { version = "= 53.1.0" }
+arrow-schema = { version = "= 53.1.0", features = ["serde"] }
+arrow-select = { version = "= 53.1.0" }
 object_store = { version = "= 0.11.0", features = ["aws", "azure", "gcp"] }
-parquet = { version = "= 53.0.0", features = ["async", "object_store"] }
+parquet = { version = "= 53.1.0", features = ["async", "object_store"] }
 
 # datafusion
 datafusion = { version = "= 42.0.0" }

Reply via email to