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

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 40eb024  chore(deps): Update datafusion requirement from 37.0.0 to 
38.0.0 (#369)
40eb024 is described below

commit 40eb02404d6dd14409ac09c92cf6578dd3ca6766
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 18 13:37:59 2024 +0800

    chore(deps): Update datafusion requirement from 37.0.0 to 38.0.0 (#369)
---
 crates/integrations/datafusion/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/integrations/datafusion/Cargo.toml 
b/crates/integrations/datafusion/Cargo.toml
index 4e01723..56036dc 100644
--- a/crates/integrations/datafusion/Cargo.toml
+++ b/crates/integrations/datafusion/Cargo.toml
@@ -31,7 +31,7 @@ keywords = ["iceberg", "integrations", "datafusion"]
 [dependencies]
 anyhow = { workspace = true }
 async-trait = { workspace = true }
-datafusion = { version = "37.0.0" }
+datafusion = { version = "38.0.0" }
 futures = { workspace = true }
 iceberg = { workspace = true }
 log = { workspace = true }

Reply via email to