Skip to content

Commit 84c2602

Browse files
chore(deps): Update datafusion requirement from 39.0.0 to 40.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/CHANGELOG.md) - [Commits](apache/datafusion@39.0.0...40.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53c132c commit 84c2602

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 = "39.0.0" }
34+
datafusion = { version = "40.0.0" }
3535
futures = { workspace = true }
3636
iceberg = { workspace = true }
3737
log = { workspace = true }

0 commit comments

Comments
 (0)