This is an automated email from the ASF dual-hosted git repository.
xuanwo 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 82553f9d4 chore(deps): update datafusion requirement from 50.0.0 to
51.0.0 in /integrations/object_store (#6840)
82553f9d4 is described below
commit 82553f9d450f6616680abd7a4d76b5881ee2b1ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 14:50:46 2025 +0800
chore(deps): update datafusion requirement from 50.0.0 to 51.0.0 in
/integrations/object_store (#6840)
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/50.0.0...51.0.0)
---
updated-dependencies:
- dependency-name: datafusion
dependency-version: 51.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 00dbf5bcc..2a10eab45 100644
--- a/integrations/object_store/Cargo.toml
+++ b/integrations/object_store/Cargo.toml
@@ -50,7 +50,7 @@ tokio = { version = "1", default-features = false }
[dev-dependencies]
anyhow = "1.0.86"
-datafusion = "50.0.0"
+datafusion = "51.0.0"
libtest-mimic = "0.8.1"
opendal = { version = "0.55.0", path = "../../core", features = [
"services-memory",