Skip to content

Commit 4b3c87d

Browse files
chore(deps,cargo): update datafusion requirement from 46.0.1 to 47.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@46.0.1...46.0.1) --- updated-dependencies: - dependency-name: datafusion dependency-version: 46.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de6b18 commit 4b3c87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
1414
arrow-json = "54"
1515
async-stream = "0.3.5"
1616
async-trait = "0.1.83"
17-
datafusion = "46.0.1"
17+
datafusion = "47.0.0"
1818
datafusion-federation = { path = "./datafusion-federation", version = "0.4.0" }
1919
futures = "0.3.31"
2020
tokio = { version = "1.41", features = ["full"] }

0 commit comments

Comments
 (0)