This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch release/0.2.x in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
commit a62f2d4c6b2d7e6a026873c97052c1c2dc63d63d 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 54873c6..e4d7fd8 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" }
