Skip to content

Commit 11b6a6d

Browse files
chore(deps): Update datafusion requirement from 37.0.0 to 38.0.0
Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. - [Changelog](https://github.com/apache/datafusion/blob/main/.github_changelog_generator) - [Commits](apache/datafusion@37.0.0...38.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffb691d commit 11b6a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/integrations/datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords = ["iceberg", "integrations", "datafusion"]
3131
[dependencies]
3232
anyhow = { workspace = true }
3333
async-trait = { workspace = true }
34-
datafusion = { version = "37.0.0" }
34+
datafusion = { version = "38.0.0" }
3535
futures = { workspace = true }
3636
iceberg = { workspace = true }
3737
log = { workspace = true }

0 commit comments

Comments
 (0)