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

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


The following commit(s) were added to refs/heads/update-deps by this push:
     new b39fc3f  update deps
b39fc3f is described below

commit b39fc3fd815fa1aab4198907a26c006c3060998d
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Dec 30 21:47:43 2024 -0600

    update deps
---
 Cargo.toml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 53d9ab6..29b216b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,25 +35,25 @@ repository = "https://github.com/apache/hudi-rs";
 
 [workspace.dependencies]
 # arrow
-arrow = { version = "= 53.3.0", features = ["pyarrow"] }
-arrow-arith = { version = "= 53.3.0" }
-arrow-array = { version = "= 53.3.0" }
-arrow-buffer = { version = "= 53.3.0" }
-arrow-cast = { version = "= 53.3.0" }
-arrow-ipc = { version = "= 53.3.0" }
-arrow-json = { version = "= 53.3.0" }
-arrow-ord = { version = "= 53.3.0" }
-arrow-row = { version = "= 53.3.0" }
-arrow-schema = { version = "= 53.3.0", features = ["serde"] }
-arrow-select = { version = "= 53.3.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.1", features = ["aws", "azure", "gcp"] }
-parquet = { version = "= 53.3.0", features = ["async", "object_store"] }
+parquet = { version = "= 53.1.0", features = ["async", "object_store"] }
 
 # datafusion
-datafusion = { version = "= 43.0.0" }
-datafusion-expr = { version = "= 43.0.0" }
-datafusion-common = { version = "= 43.0.0" }
-datafusion-physical-expr = { version = "= 43.0.0" }
+datafusion = { version = "= 42.2.0" }
+datafusion-expr = { version = "= 42.2.0" }
+datafusion-common = { version = "= 42.2.0" }
+datafusion-physical-expr = { version = "= 42.2.0" }
 
 # serde
 percent-encoding = { version = "2.3.1" }

Reply via email to