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 9c09055d8 chore(deps): update datafusion requirement from 47.0.0 to
48.0.0 in /integrations/object_store (#6332)
9c09055d8 is described below
commit 9c09055d81b8614d91c3a9267d6e3f1743692103
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 25 14:17:03 2025 +0800
chore(deps): update datafusion requirement from 47.0.0 to 48.0.0 in
/integrations/object_store (#6332)
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/47.0.0...48.0.0)
---
updated-dependencies:
- dependency-name: datafusion
dependency-version: 48.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 b64d9ebee..253f39abc 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 = "47.0.0"
+datafusion = "48.0.0"
libtest-mimic = "0.8.1"
opendal = { version = "0.53.0", path = "../../core", features = [
"services-memory",