Skip to content

Commit 6070117

Browse files
authored
Update datafusion to 52 & update deps (#156)
1 parent 12eb1eb commit 6070117

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
1212

1313
[workspace.dependencies]
1414
arrow-json = "57"
15-
async-stream = "0.3.5"
16-
async-trait = "0.1.83"
17-
datafusion = "51.0.0"
15+
async-stream = "0.3"
16+
async-trait = "0.1"
17+
datafusion = "52.0"
1818
datafusion-federation = { path = "./datafusion-federation", version = "0.4.12" }
19-
futures = "0.3.31"
19+
futures = "0.3"
2020
tokio = { version = "1.41", features = ["full"] }

0 commit comments

Comments
 (0)