Skip to content

Commit c3b5126

Browse files
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](apache/datafusion@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5059b7e commit c3b5126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tokio = { version = "1", default-features = false }
4848

4949
[dev-dependencies]
5050
anyhow = "1.0.86"
51-
datafusion = "49.0.2"
51+
datafusion = "50.0.0"
5252
libtest-mimic = "0.8.1"
5353
opendal = { version = "0.54.0", path = "../../core", features = [
5454
"services-memory",

0 commit comments

Comments
 (0)