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 e2a3b36 build(deps): upgrade datafusion and object store (#182)
e2a3b36 is described below
commit e2a3b36e80b4debf4f9fc107bc5c15a4446d7b37
Author: kazdy <[email protected]>
AuthorDate: Wed Nov 20 15:31:33 2024 +0100
build(deps): upgrade datafusion and object store (#182)
---
Cargo.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 63fcadc..92c8d4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,14 +46,14 @@ 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"] }
+object_store = { version = "= 0.11.1", features = ["aws", "azure", "gcp"] }
parquet = { version = "= 53.1.0", features = ["async", "object_store"] }
# datafusion
-datafusion = { version = "= 42.0.0" }
-datafusion-expr = { version = "= 42.0.0" }
-datafusion-common = { version = "= 42.0.0" }
-datafusion-physical-expr = { version = "= 42.0.0" }
+datafusion = { version = "= 42.1.0" }
+datafusion-expr = { version = "= 42.1.0" }
+datafusion-common = { version = "= 42.1.0" }
+datafusion-physical-expr = { version = "= 42.1.0" }
# serde
percent-encoding = { version = "2.3.1" }