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

asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new c3b512643 chore(deps): update datafusion requirement from 49.0.2 to 
50.0.0 in /integrations/object_store (#6613)
c3b512643 is described below

commit c3b512643e7bd5bdae5b4dae57947a4653c739e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 01:51:04 2025 +0900

    chore(deps): update datafusion requirement from 49.0.2 to 50.0.0 in 
/integrations/object_store (#6613)
    
    chore(deps): update datafusion requirement in /integrations/object_store
    
    Updates the requirements on 
[datafusion](https://github.com/apache/datafusion) to permit the latest version.
    - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/apache/datafusion/compare/49.0.2...50.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: datafusion
      dependency-version: 50.0.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 integrations/object_store/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/object_store/Cargo.toml 
b/integrations/object_store/Cargo.toml
index 8a9ac27c6..d46d32a06 100644
--- a/integrations/object_store/Cargo.toml
+++ b/integrations/object_store/Cargo.toml
@@ -48,7 +48,7 @@ tokio = { version = "1", default-features = false }
 
 [dev-dependencies]
 anyhow = "1.0.86"
-datafusion = "49.0.2"
+datafusion = "50.0.0"
 libtest-mimic = "0.8.1"
 opendal = { version = "0.54.0", path = "../../core", features = [
   "services-memory",

Reply via email to